#5C0EB5

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

Shades of Purple Heart #5C0EB5

Tints of Purple Heart #5C0EB5

Color information

#5C0EB5 (or 0x5C0EB5) is unknown color: approx Purple Heart. HEX triplet: 5C, 0E and B5. RGB value is (92,14,181). Sum of RGB (Red+Green+Blue) = 92+14+181=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C0EB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0EB5 is #A3F14A. Grayscale: #373737. Windows color (decimal): -10744139 or 11865692. OLE color: 11865692.

HSL color Cylindrical-coordinate representation of color #5C0EB5: hue angle of 268.02º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0EB5 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9214181-
CMYK0.490.9200.29
HSL268.02º85.64%38.24%-
HSV(B)268.02º92.27%70.98%-
XYZ12.915.9344.18-
YUV56.36198.34153.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 181 (71.09% from 255) = 63.07%
R=32.06%
G=4.88%
B=63.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92141810.490.9200.29268.0285.6438.24
Hex5CEB5315C01D10c5626
Octal134162656113403541412646
Binary101110011101011010111000110111000111011000011001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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