Html Css Color HEX #5429ED Han Purple

📋 copy color: '#5429ED'

red 84 ◦ green 41 ◦ blue 237

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

Shades of Han Purple #5429ED

Tints of Han Purple #5429ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.47%

R = 23.2%
G = 11.33%
B = 65.47%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5429ED (or 0x5429ED) is known color: Han Purple. HEX triplet: 54, 29 and ED. RGB value is (84,41,237). Sum of RGB (Red+Green+Blue) = 84+41+237=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #5429ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5429ED is #ABD612. Grayscale: #4B4B4B. Windows color (decimal): -11261459 or 15542612. OLE color: 15542612.

HSL color Cylindrical-coordinate representation of color #5429ED: hue angle of 253.16º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5429ED is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 41 237 -
CMYK 0.65 0.83 0 0.07
HSL 253.16º 0.84% 0.55% -
HSV(B) 253.16º 0.83% 0.93% -
XYZ 19.74 9.59 80.93 -
YUV 76.2 218.75 133.56 -
System Red Green Blue C M Y K H S L
Decimal 84 41 237 0.65 0.83 0 0.07 253.16 0.84 0.55
Hex 54 29 ED 41 53 0 7 FD 54 37
Octal 124 51 355 101 123 0 7 375 124 67
Binary 1010100 101001 11101101 1000001 1010011 0 111 11111101 1010100 110111

Color Harmonies of #5429ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5429ED

Black with #5429ED

Text Example


Text Example

White with #5429ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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