#5929FA

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

Shades of Han Purple #5929FA

Tints of Han Purple #5929FA

Color information

#5929FA (or 0x5929FA) is unknown color: approx Han Purple. HEX triplet: 59, 29 and FA. RGB value is (89,41,250). Sum of RGB (Red+Green+Blue) = 89+41+250=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #5929FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5929FA is #A6D605. Grayscale: #4E4E4E. Windows color (decimal): -10933766 or 16394585. OLE color: 16394585.

HSL color Cylindrical-coordinate representation of color #5929FA: hue angle of 253.78º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5929FA is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8941250-
CMYK0.640.8400.02
HSL253.78º95.43%57.06%-
HSV(B)253.78º83.6%98.04%-
XYZ22.1710.6191.32-
YUV79.18224.4135.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 41 (16.41% from 255) = 10.79%
BLUE value IS 250 (98.05% from 255) = 65.79%
R=23.42%
G=10.79%
B=65.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal89412500.640.8400.02253.7895.4357.06
Hex5929FA405402fe5f39
Octal131513721001240237613771
Binary10110011010011111101010000001010100010111111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5929FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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