#5929FE

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

Shades of Han Purple #5929FE

Tints of Han Purple #5929FE

Color information

#5929FE (or 0x5929FE) is unknown color: approx Han Purple. HEX triplet: 59, 29 and FE. RGB value is (89,41,254). Sum of RGB (Red+Green+Blue) = 89+41+254=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #5929FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5929FE is #A6D601. Grayscale: #4E4E4E. Windows color (decimal): -10933762 or 16656729. OLE color: 16656729.

HSL color Cylindrical-coordinate representation of color #5929FE: hue angle of 253.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5929FE is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8941254-
CMYK0.650.8400.00
HSL253.52º99.07%57.84%-
HSV(B)253.52º83.86%99.61%-
XYZ22.810.8794.66-
YUV79.63226.4134.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 254 (99.61% from 255) = 66.15%
R=23.18%
G=10.68%
B=66.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal89412540.650.8400.00253.5299.0757.84
Hex5929FE415400fe633a
Octal131513761011240037614372
Binary1011001101001111111101000001101010000111111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5929FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5929FE; }

 p { color: rgb(89,41,254); }

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

<style>
 a { background-color: #5929FE; }

 a { background-color: rgb(89,41,254); }

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

<style>
 span { border-color: #5929FE; }

 span { border-color: rgb(89,41,254); }

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