#5902CA

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

Shades of Purple Heart #5902CA

Tints of Purple Heart #5902CA

Color information

#5902CA (or 0x5902CA) is unknown color: approx Purple Heart. HEX triplet: 59, 02 and CA. RGB value is (89,2,202). Sum of RGB (Red+Green+Blue) = 89+2+202=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #5902CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5902CA is #A6FD35. Grayscale: #323232. Windows color (decimal): -10943798 or 13238873. OLE color: 13238873.

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

Color convert

RGB892202-
CMYK0.560.9900.21
HSL266.1º98.04%40%-
HSV(B)266.1º99.01%79.22%-
XYZ14.86.4356.34-
YUV50.81213.32155.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 202 (79.30% from 255) = 68.94%
R=30.38%
G=0.68%
B=68.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8922020.560.9900.21266.198.0440
Hex592CA386301510a6228
Octal13123127014302541214250
Binary1011001101100101011100011000110101011000010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5902CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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