#5810B5

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

Shades of Purple Heart #5810B5

Tints of Purple Heart #5810B5

Color information

#5810B5 (or 0x5810B5) is unknown color: approx Purple Heart. HEX triplet: 58, 10 and B5. RGB value is (88,16,181). Sum of RGB (Red+Green+Blue) = 88+16+181=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #5810B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5810B5 is #A7EF4A. Grayscale: #373737. Windows color (decimal): -11005771 or 11866200. OLE color: 11866200.

HSL color Cylindrical-coordinate representation of color #5810B5: hue angle of 266.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5810B5 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8816181-
CMYK0.510.9100.29
HSL266.18º83.76%38.63%-
HSV(B)266.18º91.16%70.98%-
XYZ12.555.7844.17-
YUV56.34198.35150.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 181 (71.09% from 255) = 63.51%
R=30.88%
G=5.61%
B=63.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88161810.510.9100.29266.1883.7638.63
Hex5810B5335B01D10a5427
Octal130202656313303541212447
Binary1011000100001011010111001110110110111011000010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5810B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5810B5; }

 p { color: rgb(88,16,181); }

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

<style>
 a { background-color: #5810B5; }

 a { background-color: rgb(88,16,181); }

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

<style>
 span { border-color: #5810B5; }

 span { border-color: rgb(88,16,181); }

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