#5d0fe0

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

Shades of Han Purple #5D0FE0

Tints of Han Purple #5D0FE0

Color information

#5D0FE0 (or 0x5D0FE0) is unknown color: approx Han Purple. HEX triplet: 5D, 0F and E0. RGB value is (93,15,224). Sum of RGB (Red+Green+Blue) = 93+15+224=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D0FE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FE0 is #A2F01F. Grayscale: #3D3D3D. Windows color (decimal): -10678304 or 14683997. OLE color: 14683997.

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

Color convert

RGB9315224-
CMYK0.580.9300.12
HSL262.39º87.45%46.86%-
HSV(B)262.39º93.3%87.84%-
XYZ18.148.0571.12-
YUV62.15219.34150.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 224 (87.89% from 255) = 67.47%
R=28.01%
G=4.52%
B=67.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal93152240.580.9300.12262.3987.4546.86
Hex5DFE03A5D0C106572f
Octal135173407213501440612757
Binary10111011111111000001110101011101011001000001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d0fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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