#5c11cc

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

Shades of Purple Heart #5C11CC

Tints of Purple Heart #5C11CC

Color information

#5C11CC (or 0x5C11CC) is unknown color: approx Purple Heart. HEX triplet: 5C, 11 and CC. RGB value is (92,17,204). Sum of RGB (Red+Green+Blue) = 92+17+204=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C11CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C11CC is #A3EE33. Grayscale: #3C3C3C. Windows color (decimal): -10743348 or 13373788. OLE color: 13373788.

HSL color Cylindrical-coordinate representation of color #5C11CC: hue angle of 264.06º 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 #5C11CC is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9217204-
CMYK0.550.9200.2
HSL264.06º84.62%43.33%-
HSV(B)264.06º91.67%80%-
XYZ15.517.0457.67-
YUV60.74208.85150.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.39%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 204 (80.08% from 255) = 65.18%
R=29.39%
G=5.43%
B=65.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92172040.550.9200.2264.0684.6243.33
Hex5C11CC375C014108552b
Octal134213146713402441012553
Binary1011100100011100110011011110111000101001000010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c11cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5c11cc; }

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

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

<style>
 a { background-color: #5c11cc; }

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

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

<style>
 span { border-color: #5c11cc; }

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

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