#5933CA

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

Shades of Purple Heart #5933CA

Tints of Purple Heart #5933CA

Color information

#5933CA (or 0x5933CA) is unknown color: approx Purple Heart. HEX triplet: 59, 33 and CA. RGB value is (89,51,202). Sum of RGB (Red+Green+Blue) = 89+51+202=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #5933CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933CA is #A6CC35. Grayscale: #4F4F4F. Windows color (decimal): -10931254 or 13251417. OLE color: 13251417.

HSL color Cylindrical-coordinate representation of color #5933CA: hue angle of 255.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5933CA is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8951202-
CMYK0.560.7500.21
HSL255.1º59.68%49.61%-
HSV(B)255.1º74.75%79.22%-
XYZ15.968.7656.73-
YUV79.58197.09134.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=26.02%
G=14.91%
B=59.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89512020.560.7500.21255.159.6849.61
Hex5933CA384B015ff3c32
Octal13163312701130253777462
Binary101100111001111001010111000100101101010111111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5933CA; }

 p { color: rgb(89,51,202); }

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

<style>
 a { background-color: #5933CA; }

 a { background-color: rgb(89,51,202); }

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

<style>
 span { border-color: #5933CA; }

 span { border-color: rgb(89,51,202); }

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