#5813CA

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

Shades of Purple Heart #5813CA

Tints of Purple Heart #5813CA

Color information

#5813CA (or 0x5813CA) is unknown color: approx Purple Heart. HEX triplet: 58, 13 and CA. RGB value is (88,19,202). Sum of RGB (Red+Green+Blue) = 88+19+202=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #5813CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5813CA is #A7EC35. Grayscale: #3B3B3B. Windows color (decimal): -11004982 or 13243224. OLE color: 13243224.

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

Color convert

RGB8819202-
CMYK0.560.9100.21
HSL262.62º82.81%43.33%-
HSV(B)262.62º90.59%79.22%-
XYZ14.926.856.4-
YUV60.49207.86147.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 202 (79.30% from 255) = 65.37%
R=28.48%
G=6.15%
B=65.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88192020.560.9100.21262.6282.8143.33
Hex5813CA385B015107532b
Octal130233127013302540712353
Binary1011000100111100101011100010110110101011000001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5813CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,19,202); }

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

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

 a { background-color: rgb(88,19,202); }

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

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

 span { border-color: rgb(88,19,202); }

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