#5811CC

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

Shades of Purple Heart #5811CC

Tints of Purple Heart #5811CC

Color information

#5811CC (or 0x5811CC) is unknown color: approx Purple Heart. HEX triplet: 58, 11 and CC. RGB value is (88,17,204). Sum of RGB (Red+Green+Blue) = 88+17+204=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #5811CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811CC is #A7EE33. Grayscale: #3A3A3A. Windows color (decimal): -11005492 or 13373784. OLE color: 13373784.

HSL color Cylindrical-coordinate representation of color #5811CC: hue angle of 262.78º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5811CC is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8817204-
CMYK0.570.9200.2
HSL262.78º84.62%43.33%-
HSV(B)262.78º91.67%80%-
XYZ15.126.8457.65-
YUV59.55209.52148.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 204 (80.08% from 255) = 66.02%
R=28.48%
G=5.50%
B=66.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88172040.570.9200.2262.7884.6243.33
Hex5811CC395C014107552b
Octal130213147113402440712553
Binary1011000100011100110011100110111000101001000001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5811CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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