#5C0EB2

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

Shades of Purple Heart #5C0EB2

Tints of Purple Heart #5C0EB2

Color information

#5C0EB2 (or 0x5C0EB2) is unknown color: approx Purple Heart. HEX triplet: 5C, 0E and B2. RGB value is (92,14,178). Sum of RGB (Red+Green+Blue) = 92+14+178=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 178 (69.92% from 255 or 62.68% from 284); Max value from RGB is 178 - color contains mainly: blue. Hex color #5C0EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0EB2 is #A3F14D. Grayscale: #373737. Windows color (decimal): -10744142 or 11669084. OLE color: 11669084.

HSL color Cylindrical-coordinate representation of color #5C0EB2: hue angle of 268.54º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0EB2 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9214178-
CMYK0.480.9200.30
HSL268.54º85.42%37.65%-
HSV(B)268.54º92.13%69.8%-
XYZ12.615.842.58-
YUV56.02196.84153.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 178 (69.92% from 255) = 62.68%
R=32.39%
G=4.93%
B=62.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92141780.480.9200.30268.5485.4237.65
Hex5CEB2305C01E10d5526
Octal134162626013403641512546
Binary101110011101011001011000010111000111101000011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,14,178); }

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

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

 a { background-color: rgb(92,14,178); }

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

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

 span { border-color: rgb(92,14,178); }

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