#5C0DF6

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

Shades of Han Purple #5C0DF6

Tints of Han Purple #5C0DF6

Color information

#5C0DF6 (or 0x5C0DF6) is unknown color: approx Han Purple. HEX triplet: 5C, 0D and F6. RGB value is (92,13,246). Sum of RGB (Red+Green+Blue) = 92+13+246=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 246 (96.48% from 255 or 70.09% from 351); Max value from RGB is 246 - color contains mainly: blue. Hex color #5C0DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0DF6 is #A3F209. Grayscale: #3E3E3E. Windows color (decimal): -10744330 or 16125276. OLE color: 16125276.

HSL color Cylindrical-coordinate representation of color #5C0DF6: hue angle of 260.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0DF6 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9213246-
CMYK0.630.9500.04
HSL260.34º92.83%50.78%-
HSV(B)260.34º94.72%96.47%-
XYZ21.199.2287.85-
YUV63.18231.17148.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 13 (5.47% from 255) = 3.70%
BLUE value IS 246 (96.48% from 255) = 70.09%
R=26.21%
G=3.70%
B=70.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92132460.630.9500.04260.3492.8350.78
Hex5CDF63F5F041045d33
Octal13415366771370440413563
Binary1011100110111110110111111101111101001000001001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,13,246); }

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

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

 a { background-color: rgb(92,13,246); }

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

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

 span { border-color: rgb(92,13,246); }

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