#5A25E4

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

Shades of Han Purple #5A25E4

Tints of Han Purple #5A25E4

Color information

#5A25E4 (or 0x5A25E4) is unknown color: approx Han Purple. HEX triplet: 5A, 25 and E4. RGB value is (90,37,228). Sum of RGB (Red+Green+Blue) = 90+37+228=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 228 (89.45% from 255 or 64.23% from 355); Max value from RGB is 228 - color contains mainly: blue. Hex color #5A25E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A25E4 is #A5DA1B. Grayscale: #494949. Windows color (decimal): -10869276 or 14951770. OLE color: 14951770.

HSL color Cylindrical-coordinate representation of color #5A25E4: hue angle of 256.65º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A25E4 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9037228-
CMYK0.610.8400.11
HSL256.65º77.96%51.96%-
HSV(B)256.65º83.77%89.41%-
XYZ18.889.174.16-
YUV74.62214.56138.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 37 (14.84% from 255) = 10.42%
BLUE value IS 228 (89.45% from 255) = 64.23%
R=25.35%
G=10.42%
B=64.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal90372280.610.8400.11256.6577.9651.96
Hex5A25E43D540B1014e34
Octal132453447512401340111664
Binary1011010100101111001001111011010100010111000000011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A25E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,228); }

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

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

 a { background-color: rgb(90,37,228); }

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

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

 span { border-color: rgb(90,37,228); }

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