#5c2cee

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

Shades of Han Purple #5C2CEE

Tints of Han Purple #5C2CEE

Color information

#5C2CEE (or 0x5C2CEE) is unknown color: approx Han Purple. HEX triplet: 5C, 2C and EE. RGB value is (92,44,238). Sum of RGB (Red+Green+Blue) = 92+44+238=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C2CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2CEE is #A3D311. Grayscale: #4F4F4F. Windows color (decimal): -10736402 or 15608924. OLE color: 15608924.

HSL color Cylindrical-coordinate representation of color #5C2CEE: hue angle of 254.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C2CEE is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9244238-
CMYK0.610.8200.07
HSL254.85º85.09%55.29%-
HSV(B)254.85º81.51%93.33%-
XYZ20.7510.2581.77-
YUV80.47216.9136.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.60%
GREEN value IS 44 (17.58% from 255) = 11.76%
BLUE value IS 238 (93.36% from 255) = 63.64%
R=24.60%
G=11.76%
B=63.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92442380.610.8200.07254.8585.0955.29
Hex5C2CEE3D5207ff5537
Octal13454356751220737712567
Binary10111001011001110111011110110100100111111111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c2cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,44,238); }

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

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

 a { background-color: rgb(92,44,238); }

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

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

 span { border-color: rgb(92,44,238); }

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