#5A0FFC

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

Shades of Han Purple #5A0FFC

Tints of Han Purple #5A0FFC

Color information

#5A0FFC (or 0x5A0FFC) is unknown color: approx Han Purple. HEX triplet: 5A, 0F and FC. RGB value is (90,15,252). Sum of RGB (Red+Green+Blue) = 90+15+252=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A0FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FFC is #A5F003. Grayscale: #3F3F3F. Windows color (decimal): -10874884 or 16519002. OLE color: 16519002.

HSL color Cylindrical-coordinate representation of color #5A0FFC: hue angle of 258.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0FFC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9015252-
CMYK0.640.9400.01
HSL258.99º97.53%52.35%-
HSV(B)258.99º94.05%98.82%-
XYZ21.969.5492.78-
YUV64.44233.85146.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 15 (6.25% from 255) = 4.20%
BLUE value IS 252 (98.83% from 255) = 70.59%
R=25.21%
G=4.20%
B=70.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal90152520.640.9400.01258.9997.5352.35
Hex5AFFC405E011036234
Octal132173741001360140314264
Binary101101011111111110010000001011110011000000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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