Html Css Color HEX #5429FA Han Purple

📋 copy color: '#5429FA'

red 84 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #5429FA

Tints of Han Purple #5429FA

RGB

 RED value IS 84 (33.2% from 255) = 22.4%

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

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

R = 22.4%
G = 10.93%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5429FA (or 0x5429FA) is known color: Han Purple. HEX triplet: 54, 29 and FA. RGB value is (84,41,250). Sum of RGB (Red+Green+Blue) = 84+41+250=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #5429FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5429FA is #ABD605. Grayscale: #4C4C4C. Windows color (decimal): -11261446 or 16394580. OLE color: 16394580.

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

Color convert

RGB 84 41 250 -
CMYK 0.66 0.84 0 0.02
HSL 252.34º 0.95% 0.57% -
HSV(B) 252.34º 0.84% 0.98% -
XYZ 21.7 10.37 91.3 -
YUV 77.68 225.25 132.51 -
System Red Green Blue C M Y K H S L
Decimal 84 41 250 0.66 0.84 0 0.02 252.34 0.95 0.57
Hex 54 29 FA 42 54 0 2 FC 5F 39
Octal 124 51 372 102 124 0 2 374 137 71
Binary 1010100 101001 11111010 1000010 1010100 0 10 11111100 1011111 111001

Color Harmonies of #5429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5429FA

Black with #5429FA

Text Example


Text Example

White with #5429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5429FA;
 }
 .AnyTagClassName
 {
   color: #5429FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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