#5A15FE

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

Shades of Han Purple #5A15FE

Tints of Han Purple #5A15FE

Color information

#5A15FE (or 0x5A15FE) is unknown color: approx Han Purple. HEX triplet: 5A, 15 and FE. RGB value is (90,21,254). Sum of RGB (Red+Green+Blue) = 90+21+254=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A15FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A15FE is #A5EA01. Grayscale: #434343. Windows color (decimal): -10873346 or 16651610. OLE color: 16651610.

HSL color Cylindrical-coordinate representation of color #5A15FE: hue angle of 257.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A15FE is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9021254-
CMYK0.650.9200.00
HSL257.77º99.15%53.92%-
HSV(B)257.77º91.73%99.61%-
XYZ22.379.8794.49-
YUV68.19232.86143.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 21 (8.59% from 255) = 5.75%
BLUE value IS 254 (99.61% from 255) = 69.59%
R=24.66%
G=5.75%
B=69.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal90212540.650.9200.00257.7799.1553.92
Hex5A15FE415C001026336
Octal132253761011340040214366
Binary1011010101011111111010000011011100001000000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A15FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,254); }

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

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

 a { background-color: rgb(90,21,254); }

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

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

 span { border-color: rgb(90,21,254); }

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