#5C1CCC

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

Shades of Purple Heart #5C1CCC

Tints of Purple Heart #5C1CCC

Color information

#5C1CCC (or 0x5C1CCC) is unknown color: approx Purple Heart. HEX triplet: 5C, 1C and CC. RGB value is (92,28,204). Sum of RGB (Red+Green+Blue) = 92+28+204=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1CCC is #A3E333. Grayscale: #424242. Windows color (decimal): -10740532 or 13376604. OLE color: 13376604.

HSL color Cylindrical-coordinate representation of color #5C1CCC: hue angle of 261.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1CCC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9228204-
CMYK0.550.8600.2
HSL261.82º75.86%45.49%-
HSV(B)261.82º86.27%80%-
XYZ15.737.4757.74-
YUV67.2205.2145.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 204 (80.08% from 255) = 62.96%
R=28.40%
G=8.64%
B=62.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92282040.550.8600.2261.8275.8645.49
Hex5C1CCC37560141064c2d
Octal134343146712602440611455
Binary1011100111001100110011011110101100101001000001101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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