#5D0DF6

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

Shades of Han Purple #5D0DF6

Tints of Han Purple #5D0DF6

Color information

#5D0DF6 (or 0x5D0DF6) is unknown color: approx Han Purple. HEX triplet: 5D, 0D and F6. RGB value is (93,13,246). Sum of RGB (Red+Green+Blue) = 93+13+246=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #5D0DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0DF6 is #A2F209. Grayscale: #3E3E3E. Windows color (decimal): -10678794 or 16125277. OLE color: 16125277.

HSL color Cylindrical-coordinate representation of color #5D0DF6: hue angle of 260.6º 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 #5D0DF6 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9313246-
CMYK0.620.9500.04
HSL260.6º92.83%50.78%-
HSV(B)260.6º94.72%96.47%-
XYZ21.299.2787.86-
YUV63.48231149.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 13 (5.47% from 255) = 3.69%
BLUE value IS 246 (96.48% from 255) = 69.89%
R=26.42%
G=3.69%
B=69.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal93132460.620.9500.04260.692.8350.78
Hex5DDF63E5F041055d33
Octal13515366761370440513563
Binary1011101110111110110111110101111101001000001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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