#5A0FDF

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

Shades of Han Purple #5A0FDF

Tints of Han Purple #5A0FDF

Color information

#5A0FDF (or 0x5A0FDF) is unknown color: approx Han Purple. HEX triplet: 5A, 0F and DF. RGB value is (90,15,223). Sum of RGB (Red+Green+Blue) = 90+15+223=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A0FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FDF is #A5F020. Grayscale: #3C3C3C. Windows color (decimal): -10874913 or 14618458. OLE color: 14618458.

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

Color convert

RGB9015223-
CMYK0.600.9300.13
HSL261.63º87.39%46.67%-
HSV(B)261.63º93.27%87.45%-
XYZ17.717.8470.39-
YUV61.14219.35148.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 223 (87.5% from 255) = 67.99%
R=27.44%
G=4.57%
B=67.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90152230.600.9300.13261.6387.3946.67
Hex5AFDF3C5D0D106572f
Octal132173377413501540612757
Binary10110101111110111111111001011101011011000001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,223); }

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

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

 a { background-color: rgb(90,15,223); }

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

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

 span { border-color: rgb(90,15,223); }

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