#5D0FDE

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

Shades of Han Purple #5D0FDE

Tints of Han Purple #5D0FDE

Color information

#5D0FDE (or 0x5D0FDE) is unknown color: approx Han Purple. HEX triplet: 5D, 0F and DE. RGB value is (93,15,222). Sum of RGB (Red+Green+Blue) = 93+15+222=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D0FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FDE is #A2F021. Grayscale: #3D3D3D. Windows color (decimal): -10678306 or 14552925. OLE color: 14552925.

HSL color Cylindrical-coordinate representation of color #5D0FDE: hue angle of 262.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0FDE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9315222-
CMYK0.580.9300.13
HSL262.61º87.34%46.47%-
HSV(B)262.61º93.24%87.06%-
XYZ17.877.9469.7-
YUV61.92218.34150.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 15 (6.25% from 255) = 4.55%
BLUE value IS 222 (87.11% from 255) = 67.27%
R=28.18%
G=4.55%
B=67.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93152220.580.9300.13262.6187.3446.47
Hex5DFDE3A5D0D107572e
Octal135173367213501540712756
Binary10111011111110111101110101011101011011000001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,15,222); }

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

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

 a { background-color: rgb(93,15,222); }

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

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

 span { border-color: rgb(93,15,222); }

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