Html Css Color HEX #5A29F9 Han Purple

📋 copy color: '#5A29F9'

red 90 ◦ green 41 ◦ blue 249

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

Shades of Han Purple #5A29F9

Tints of Han Purple #5A29F9

RGB

 RED value IS 90 (35.55% from 255) = 23.68%

 GREEN value IS 41 (16.41% from 255) = 10.79%

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 23.68%
G = 10.79%
B = 65.53%

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

#5A29F9 (or 0x5A29F9) is known color: Han Purple. HEX triplet: 5A, 29 and F9. RGB value is (90,41,249). Sum of RGB (Red+Green+Blue) = 90+41+249=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A29F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A29F9 is #A5D606. Grayscale: #4E4E4E. Windows color (decimal): -10868231 or 16329050. OLE color: 16329050.

HSL color Cylindrical-coordinate representation of color #5A29F9: hue angle of 254.13º 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 #5A29F9 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 41 249 -
CMYK 0.64 0.84 0 0.02
HSL 254.13º 0.95% 0.57% -
HSV(B) 254.13º 0.84% 0.98% -
XYZ 22.11 10.6 90.5 -
YUV 79.36 223.73 135.59 -
System Red Green Blue C M Y K H S L
Decimal 90 41 249 0.64 0.84 0 0.02 254.13 0.95 0.57
Hex 5A 29 F9 40 54 0 2 FE 5F 39
Octal 132 51 371 100 124 0 2 376 137 71
Binary 1011010 101001 11111001 1000000 1010100 0 10 11111110 1011111 111001

Color Harmonies of #5A29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A29F9

Black with #5A29F9

Text Example


Text Example

White with #5A29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A29F9; }

 p { color: rgb(90,41,249); }

 H1.HeaderClassName
 {
   color: #5A29F9;
 }
 .AnyTagClassName
 {
   color: #5A29F9;
 }
</style>

background-color css

<style>
 a { background-color: #5A29F9; }

 a { background-color: rgb(90,41,249); }

 div.DivClassName
 {
   background-color: #5A29F9;
 }
 .BgClassName
 {
   background-color: #5A29F9;
 }
</style>

border-color css

<style>
 span { border-color: #5A29F9; }

 span { border-color: rgb(90,41,249); }

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