#5924F4

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

Shades of Han Purple #5924F4

Tints of Han Purple #5924F4

Color information

#5924F4 (or 0x5924F4) is unknown color: approx Han Purple. HEX triplet: 59, 24 and F4. RGB value is (89,36,244). Sum of RGB (Red+Green+Blue) = 89+36+244=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #5924F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5924F4 is #A6DB0B. Grayscale: #4A4A4A. Windows color (decimal): -10935052 or 16000089. OLE color: 16000089.

HSL color Cylindrical-coordinate representation of color #5924F4: hue angle of 255.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5924F4 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8936244-
CMYK0.640.8500.04
HSL255.29º90.43%54.9%-
HSV(B)255.29º85.25%95.69%-
XYZ21.089.9286.39-
YUV75.56223.06137.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 36 (14.45% from 255) = 9.76%
BLUE value IS 244 (95.70% from 255) = 66.12%
R=24.12%
G=9.76%
B=66.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal89362440.640.8500.04255.2990.4354.9
Hex5924F4405504ff5a37
Octal131443641001250437713267
Binary101100110010011110100100000010101010100111111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5924F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5924F4; }

 p { color: rgb(89,36,244); }

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

<style>
 a { background-color: #5924F4; }

 a { background-color: rgb(89,36,244); }

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

<style>
 span { border-color: #5924F4; }

 span { border-color: rgb(89,36,244); }

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