#5900CA

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

Shades of Purple Heart #5900CA

Tints of Purple Heart #5900CA

Color information

#5900CA (or 0x5900CA) is unknown color: approx Purple Heart. HEX triplet: 59, 00 and CA. RGB value is (89,0,202). Sum of RGB (Red+Green+Blue) = 89+0+202=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #5900CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900CA is #A6FF35. Grayscale: #303030. Windows color (decimal): -10944310 or 13238361. OLE color: 13238361.

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

Color convert

RGB890202-
CMYK0.56100.21
HSL266.44º100%39.61%-
HSV(B)266.44º100%79.22%-
XYZ14.786.3956.33-
YUV49.64213.99156.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 69.42%
R=30.58%
G=0%
B=69.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8902020.56100.21266.4410039.61
Hex590CA386401510a6428
Octal13103127014402541214450
Binary101100101100101011100011001000101011000010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5900CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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