#5C11D4

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

Shades of Purple Heart #5C11D4

Tints of Purple Heart #5C11D4

Color information

#5C11D4 (or 0x5C11D4) is unknown color: approx Purple Heart. HEX triplet: 5C, 11 and D4. RGB value is (92,17,212). Sum of RGB (Red+Green+Blue) = 92+17+212=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 212 (83.20% from 255 or 66.04% from 321); Max value from RGB is 212 - color contains mainly: blue. Hex color #5C11D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C11D4 is #A3EE2B. Grayscale: #3C3C3C. Windows color (decimal): -10743340 or 13898076. OLE color: 13898076.

HSL color Cylindrical-coordinate representation of color #5C11D4: hue angle of 263.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C11D4 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9217212-
CMYK0.570.9200.17
HSL263.08º85.15%44.9%-
HSV(B)263.08º91.98%83.14%-
XYZ16.57.4362.85-
YUV61.65212.85149.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 212 (83.20% from 255) = 66.04%
R=28.66%
G=5.30%
B=66.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal92172120.570.9200.17263.0885.1544.9
Hex5C11D4395C011107552d
Octal134213247113402140712555
Binary1011100100011101010011100110111000100011000001111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C11D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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