Html Css Color HEX #5929FA Han Purple

📋 copy color: '#5929FA'

red 89 ◦ green 41 ◦ blue 250

#5929FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5929FA

Tints of Han Purple #5929FA

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 value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5929FA (or 0x5929FA) is known color: 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

RGB 89 41 250 -
CMYK 0.64 0.84 0 0.02
HSL 253.78º 0.95% 0.57% -
HSV(B) 253.78º 0.84% 0.98% -
XYZ 22.17 10.61 91.32 -
YUV 79.18 224.4 135.01 -
System Red Green Blue C M Y K H S L
Decimal 89 41 250 0.64 0.84 0 0.02 253.78 0.95 0.57
Hex 59 29 FA 40 54 0 2 FE 5F 39
Octal 131 51 372 100 124 0 2 376 137 71
Binary 1011001 101001 11111010 1000000 1010100 0 10 11111110 1011111 111001

Color Harmonies of #5929FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5929FA

Black with #5929FA

Text Example


Text Example

White with #5929FA

Text Example


Text Example

HTML Codes & Css Web 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>