Html Css Color HEX #5A29FA Han Purple

📋 copy color: '#5A29FA'

red 90 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #5A29FA

Tints of Han Purple #5A29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.62%

R = 23.62%
G = 10.76%
B = 65.62%

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

#5A29FA (or 0x5A29FA) is known color: Han Purple. HEX triplet: 5A, 29 and FA. RGB value is (90,41,250). Sum of RGB (Red+Green+Blue) = 90+41+250=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A29FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A29FA is #A5D605. Grayscale: #4E4E4E. Windows color (decimal): -10868230 or 16394586. OLE color: 16394586.

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

Color convert

RGB 90 41 250 -
CMYK 0.64 0.84 0 0.02
HSL 254.07º 0.95% 0.57% -
HSV(B) 254.07º 0.84% 0.98% -
XYZ 22.26 10.66 91.33 -
YUV 79.48 224.23 135.51 -
System Red Green Blue C M Y K H S L
Decimal 90 41 250 0.64 0.84 0 0.02 254.07 0.95 0.57
Hex 5A 29 FA 40 54 0 2 FE 5F 39
Octal 132 51 372 100 124 0 2 376 137 71
Binary 1011010 101001 11111010 1000000 1010100 0 10 11111110 1011111 111001

Color Harmonies of #5A29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A29FA

Black with #5A29FA

Text Example


Text Example

White with #5A29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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