#5928EF

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

Shades of Han Purple #5928EF

Tints of Han Purple #5928EF

Color information

#5928EF (or 0x5928EF) is unknown color: approx Han Purple. HEX triplet: 59, 28 and EF. RGB value is (89,40,239). Sum of RGB (Red+Green+Blue) = 89+40+239=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #5928EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5928EF is #A6D710. Grayscale: #4C4C4C. Windows color (decimal): -10934033 or 15673433. OLE color: 15673433.

HSL color Cylindrical-coordinate representation of color #5928EF: hue angle of 254.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5928EF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8940239-
CMYK0.630.8300.06
HSL254.77º86.15%54.71%-
HSV(B)254.77º83.26%93.73%-
XYZ20.469.8782.49-
YUV77.34219.23136.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 40 (16.02% from 255) = 10.87%
BLUE value IS 239 (93.75% from 255) = 64.95%
R=24.18%
G=10.87%
B=64.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal89402390.630.8300.06254.7786.1554.71
Hex5928EF3F5306ff5637
Octal13150357771230637712667
Binary10110011010001110111111111110100110110111111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5928EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5928EF; }

 p { color: rgb(89,40,239); }

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

<style>
 a { background-color: #5928EF; }

 a { background-color: rgb(89,40,239); }

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

<style>
 span { border-color: #5928EF; }

 span { border-color: rgb(89,40,239); }

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