#5C1CE0

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

Shades of Han Purple #5C1CE0

Tints of Han Purple #5C1CE0

Color information

#5C1CE0 (or 0x5C1CE0) is unknown color: approx Han Purple. HEX triplet: 5C, 1C and E0. RGB value is (92,28,224). Sum of RGB (Red+Green+Blue) = 92+28+224=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C1CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1CE0 is #A3E31F. Grayscale: #444444. Windows color (decimal): -10740512 or 14687324. OLE color: 14687324.

HSL color Cylindrical-coordinate representation of color #5C1CE0: hue angle of 259.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1CE0 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9228224-
CMYK0.590.8800.12
HSL259.59º77.78%49.41%-
HSV(B)259.59º87.5%87.84%-
XYZ18.288.4971.2-
YUV69.48215.2144.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.74%
GREEN value IS 28 (11.33% from 255) = 8.14%
BLUE value IS 224 (87.89% from 255) = 65.12%
R=26.74%
G=8.14%
B=65.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal92282240.590.8800.12259.5977.7849.41
Hex5C1CE03B580C1044e31
Octal134343407313001440411661
Binary101110011100111000001110111011000011001000001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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