#5D2CEC

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

Shades of Han Purple #5D2CEC

Tints of Han Purple #5D2CEC

Color information

#5D2CEC (or 0x5D2CEC) is unknown color: approx Han Purple. HEX triplet: 5D, 2C and EC. RGB value is (93,44,236). Sum of RGB (Red+Green+Blue) = 93+44+236=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D2CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2CEC is #A2D313. Grayscale: #4F4F4F. Windows color (decimal): -10670868 or 15477853. OLE color: 15477853.

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

Color convert

RGB9344236-
CMYK0.610.8100.07
HSL255.31º83.48%54.9%-
HSV(B)255.31º81.36%92.55%-
XYZ20.5610.1880.24-
YUV80.54215.73136.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 44 (17.58% from 255) = 11.80%
BLUE value IS 236 (92.58% from 255) = 63.27%
R=24.93%
G=11.80%
B=63.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal93442360.610.8100.07255.3183.4854.9
Hex5D2CEC3D5107ff5337
Octal13554354751210737712367
Binary10111011011001110110011110110100010111111111111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,44,236); }

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

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

 a { background-color: rgb(93,44,236); }

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

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

 span { border-color: rgb(93,44,236); }

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