#5925E4

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

Shades of Han Purple #5925E4

Tints of Han Purple #5925E4

Color information

#5925E4 (or 0x5925E4) is unknown color: approx Han Purple. HEX triplet: 59, 25 and E4. RGB value is (89,37,228). Sum of RGB (Red+Green+Blue) = 89+37+228=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 228 (89.45% from 255 or 64.41% from 354); Max value from RGB is 228 - color contains mainly: blue. Hex color #5925E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5925E4 is #A6DA1B. Grayscale: #494949. Windows color (decimal): -10934812 or 14951769. OLE color: 14951769.

HSL color Cylindrical-coordinate representation of color #5925E4: hue angle of 256.34º 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 #5925E4 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8937228-
CMYK0.610.8400.11
HSL256.34º77.96%51.96%-
HSV(B)256.34º83.77%89.41%-
XYZ18.789.0574.16-
YUV74.32214.73138.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 37 (14.84% from 255) = 10.45%
BLUE value IS 228 (89.45% from 255) = 64.41%
R=25.14%
G=10.45%
B=64.41%

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
Decimal89372280.610.8400.11256.3477.9651.96
Hex5925E43D540B1004e34
Octal131453447512401340011664
Binary1011001100101111001001111011010100010111000000001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5925E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5925E4; }

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

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

<style>
 a { background-color: #5925E4; }

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

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

<style>
 span { border-color: #5925E4; }

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

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