#5934c6

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

Shades of Purple Heart #5934C6

Tints of Purple Heart #5934C6

Color information

#5934C6 (or 0x5934C6) is unknown color: approx Purple Heart. HEX triplet: 59, 34 and C6. RGB value is (89,52,198). Sum of RGB (Red+Green+Blue) = 89+52+198=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #5934C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934C6 is #A6CB39. Grayscale: #4F4F4F. Windows color (decimal): -10931002 or 12989529. OLE color: 12989529.

HSL color Cylindrical-coordinate representation of color #5934C6: hue angle of 255.21º 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 #5934C6 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8952198-
CMYK0.550.7400.22
HSL255.21º58.4%49.02%-
HSV(B)255.21º73.74%77.65%-
XYZ15.548.6654.28-
YUV79.71194.76134.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 198 (77.73% from 255) = 58.41%
R=26.25%
G=15.34%
B=58.41%

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
Decimal89521980.550.7400.22255.2158.449.02
Hex5934C6374A016ff3a31
Octal13164306671120263777261
Binary101100111010011000110110111100101001011011111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5934c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5934c6; }

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

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

<style>
 a { background-color: #5934c6; }

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

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

<style>
 span { border-color: #5934c6; }

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

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