#5927E2

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

Shades of Han Purple #5927E2

Tints of Han Purple #5927E2

Color information

#5927E2 (or 0x5927E2) is unknown color: approx Han Purple. HEX triplet: 59, 27 and E2. RGB value is (89,39,226). Sum of RGB (Red+Green+Blue) = 89+39+226=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 226 (88.67% from 255 or 63.84% from 354); Max value from RGB is 226 - color contains mainly: blue. Hex color #5927E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5927E2 is #A6D81D. Grayscale: #4A4A4A. Windows color (decimal): -10934302 or 14821209. OLE color: 14821209.

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

Color convert

RGB8939226-
CMYK0.610.8300.11
HSL256.04º76.33%51.96%-
HSV(B)256.04º82.74%88.63%-
XYZ18.579.0772.72-
YUV75.27213.06137.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 226 (88.67% from 255) = 63.84%
R=25.14%
G=11.02%
B=63.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal89392260.610.8300.11256.0476.3351.96
Hex5927E23D530B1004c34
Octal131473427512301340011464
Binary1011001100111111000101111011010011010111000000001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5927E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5927E2; }

 p { color: rgb(89,39,226); }

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

<style>
 a { background-color: #5927E2; }

 a { background-color: rgb(89,39,226); }

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

<style>
 span { border-color: #5927E2; }

 span { border-color: rgb(89,39,226); }

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