#5A34C6

Color #5A34C6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5A34C6

Tints of Purple Heart #5A34C6

Color information

#5A34C6 (or 0x5A34C6) is unknown color: approx Purple Heart. HEX triplet: 5A, 34 and C6. RGB value is (90,52,198). Sum of RGB (Red+Green+Blue) = 90+52+198=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A34C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34C6 is #A5CB39. Grayscale: #4F4F4F. Windows color (decimal): -10865466 or 12989530. OLE color: 12989530.

HSL color Cylindrical-coordinate representation of color #5A34C6: hue angle of 255.62º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A34C6 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9052198-
CMYK0.550.7400.22
HSL255.62º58.4%49.02%-
HSV(B)255.62º73.74%77.65%-
XYZ15.648.7154.28-
YUV80.01194.59135.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 26.47%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 198 (77.73% from 255) = 58.24%
R=26.47%
G=15.29%
B=58.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal90521980.550.7400.22255.6258.449.02
Hex5A34C6374A0161003a31
Octal13264306671120264007261
Binary1011010110100110001101101111001010010110100000000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A34C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A34C6; }

 p { color: rgb(90,52,198); }

 H1.HeaderClassName
 {
   color: #5A34C6;
 }
 .AnyTagClassName
 {
   color: #5A34C6;
 }
</style>
background-color css

<style>
 a { background-color: #5A34C6; }

 a { background-color: rgb(90,52,198); }

 div.DivClassName
 {
   background-color: #5A34C6;
 }
 .BgClassName
 {
   background-color: #5A34C6;
 }
</style>
border-color css

<style>
 span { border-color: #5A34C6; }

 span { border-color: rgb(90,52,198); }

 td.TdClassName
 {
   border-color: #5A34C6;
 }
 .TagClassName
 {
   border-color: #5A34C6;
 }
</style>