#5C13DE

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

Shades of Han Purple #5C13DE

Tints of Han Purple #5C13DE

Color information

#5C13DE (or 0x5C13DE) is unknown color: approx Han Purple. HEX triplet: 5C, 13 and DE. RGB value is (92,19,222). Sum of RGB (Red+Green+Blue) = 92+19+222=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C13DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13DE is #A3EC21. Grayscale: #3F3F3F. Windows color (decimal): -10742818 or 14553948. OLE color: 14553948.

HSL color Cylindrical-coordinate representation of color #5C13DE: hue angle of 261.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C13DE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9219222-
CMYK0.590.9100.13
HSL261.58º84.23%47.25%-
HSV(B)261.58º91.44%87.06%-
XYZ17.838.0169.71-
YUV63.97217.18147.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 222 (87.11% from 255) = 66.67%
R=27.63%
G=5.71%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92192220.590.9100.13261.5884.2347.25
Hex5C13DE3B5B0D106542f
Octal134233367313301540612457
Binary101110010011110111101110111011011011011000001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C13DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,222); }

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

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

 a { background-color: rgb(92,19,222); }

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

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

 span { border-color: rgb(92,19,222); }

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