#5811B7

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

Shades of Purple Heart #5811B7

Tints of Purple Heart #5811B7

Color information

#5811B7 (or 0x5811B7) is unknown color: approx Purple Heart. HEX triplet: 58, 11 and B7. RGB value is (88,17,183). Sum of RGB (Red+Green+Blue) = 88+17+183=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #5811B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811B7 is #A7EE48. Grayscale: #383838. Windows color (decimal): -11005513 or 11997528. OLE color: 11997528.

HSL color Cylindrical-coordinate representation of color #5811B7: hue angle of 265.66º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5811B7 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8817183-
CMYK0.520.9100.28
HSL265.66º83%39.22%-
HSV(B)265.66º90.71%71.76%-
XYZ12.775.8945.26-
YUV57.15199.02150-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 183 (71.88% from 255) = 63.54%
R=30.56%
G=5.90%
B=63.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal88171830.520.9100.28265.668339.22
Hex5811B7345B01C10a5327
Octal130212676413303441212347
Binary1011000100011011011111010010110110111001000010101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5811B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5811B7; }

 p { color: rgb(88,17,183); }

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

<style>
 a { background-color: #5811B7; }

 a { background-color: rgb(88,17,183); }

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

<style>
 span { border-color: #5811B7; }

 span { border-color: rgb(88,17,183); }

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