#5813C0

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

Shades of Purple Heart #5813C0

Tints of Purple Heart #5813C0

Color information

#5813C0 (or 0x5813C0) is unknown color: approx Purple Heart. HEX triplet: 58, 13 and C0. RGB value is (88,19,192). Sum of RGB (Red+Green+Blue) = 88+19+192=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #5813C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5813C0 is #A7EC3F. Grayscale: #3A3A3A. Windows color (decimal): -11004992 or 12587864. OLE color: 12587864.

HSL color Cylindrical-coordinate representation of color #5813C0: hue angle of 263.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5813C0 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8819192-
CMYK0.540.9000.25
HSL263.93º81.99%41.37%-
HSV(B)263.93º90.1%75.29%-
XYZ13.776.3550.37-
YUV59.35202.86148.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 192 (75.39% from 255) = 64.21%
R=29.43%
G=6.35%
B=64.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88191920.540.9000.25263.9381.9941.37
Hex5813C0365A0191085229
Octal130233006613203141012251
Binary1011000100111100000011011010110100110011000010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5813C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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