#5C0CB8

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

Shades of Purple Heart #5C0CB8

Tints of Purple Heart #5C0CB8

Color information

#5C0CB8 (or 0x5C0CB8) is unknown color: approx Purple Heart. HEX triplet: 5C, 0C and B8. RGB value is (92,12,184). Sum of RGB (Red+Green+Blue) = 92+12+184=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 184 (72.27% from 255 or 63.89% from 288); Max value from RGB is 184 - color contains mainly: blue. Hex color #5C0CB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0CB8 is #A3F347. Grayscale: #363636. Windows color (decimal): -10744648 or 12061788. OLE color: 12061788.

HSL color Cylindrical-coordinate representation of color #5C0CB8: hue angle of 267.91º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0CB8 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9212184-
CMYK0.500.9300.28
HSL267.91º87.76%38.43%-
HSV(B)267.91º93.48%72.16%-
XYZ13.2645.81-
YUV55.53200.5154.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 184 (72.27% from 255) = 63.89%
R=31.94%
G=4.17%
B=63.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal92121840.500.9300.28267.9187.7638.43
Hex5CCB8325D01C10c5826
Octal134142706213503441413046
Binary101110011001011100011001010111010111001000011001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,12,184); }

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

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

 a { background-color: rgb(92,12,184); }

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

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

 span { border-color: rgb(92,12,184); }

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