#5A1BF9

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

Shades of Han Purple #5A1BF9

Tints of Han Purple #5A1BF9

Color information

#5A1BF9 (or 0x5A1BF9) is unknown color: approx Han Purple. HEX triplet: 5A, 1B and F9. RGB value is (90,27,249). Sum of RGB (Red+Green+Blue) = 90+27+249=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A1BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1BF9 is #A5E406. Grayscale: #464646. Windows color (decimal): -10871815 or 16325466. OLE color: 16325466.

HSL color Cylindrical-coordinate representation of color #5A1BF9: hue angle of 257.03º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1BF9 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9027249-
CMYK0.640.8900.02
HSL257.03º94.87%54.12%-
HSV(B)257.03º89.16%97.65%-
XYZ21.719.890.37-
YUV71.15228.37141.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 249 (97.66% from 255) = 68.03%
R=24.59%
G=7.38%
B=68.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal90272490.640.8900.02257.0394.8754.12
Hex5A1BF94059021015f36
Octal132333711001310240113766
Binary10110101101111111001100000010110010101000000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,27,249); }

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

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

 a { background-color: rgb(90,27,249); }

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

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

 span { border-color: rgb(90,27,249); }

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