#5A15F2

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

Shades of Han Purple #5A15F2

Tints of Han Purple #5A15F2

Color information

#5A15F2 (or 0x5A15F2) is unknown color: approx Han Purple. HEX triplet: 5A, 15 and F2. RGB value is (90,21,242). Sum of RGB (Red+Green+Blue) = 90+21+242=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A15F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A15F2 is #A5EA0D. Grayscale: #424242. Windows color (decimal): -10873358 or 15865178. OLE color: 15865178.

HSL color Cylindrical-coordinate representation of color #5A15F2: hue angle of 258.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A15F2 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9021242-
CMYK0.630.9100.05
HSL258.73º89.47%51.57%-
HSV(B)258.73º91.32%94.9%-
XYZ20.519.1284.68-
YUV66.82226.86144.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 21 (8.59% from 255) = 5.95%
BLUE value IS 242 (94.92% from 255) = 68.56%
R=25.50%
G=5.95%
B=68.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90212420.630.9100.05258.7389.4751.57
Hex5A15F23F5B051035934
Octal13225362771330540313164
Binary10110101010111110010111111101101101011000000111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A15F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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