#5A27F9

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

Shades of Han Purple #5A27F9

Tints of Han Purple #5A27F9

Color information

#5A27F9 (or 0x5A27F9) is unknown color: approx Han Purple. HEX triplet: 5A, 27 and F9. RGB value is (90,39,249). Sum of RGB (Red+Green+Blue) = 90+39+249=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A27F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A27F9 is #A5D806. Grayscale: #4D4D4D. Windows color (decimal): -10868743 or 16328538. OLE color: 16328538.

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

Color convert

RGB9039249-
CMYK0.640.8400.02
HSL254.57º94.59%56.47%-
HSV(B)254.57º84.34%97.65%-
XYZ22.0410.4690.48-
YUV78.19224.4136.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.81%
GREEN value IS 39 (15.62% from 255) = 10.32%
BLUE value IS 249 (97.66% from 255) = 65.87%
R=23.81%
G=10.32%
B=65.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal90392490.640.8400.02254.5794.5956.47
Hex5A27F9405402ff5f38
Octal132473711001240237713770
Binary10110101001111111100110000001010100010111111111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A27F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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