Html Css Color HEX #5421A6 Purple Heart

📋 copy color: '#5421A6'

red 84 ◦ green 33 ◦ blue 166

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

Shades of Purple Heart #5421A6

Tints of Purple Heart #5421A6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 166 (65.23% from 255) = 58.66%

R = 29.68%
G = 11.66%
B = 58.66%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5421A6 (or 0x5421A6) is known color: Purple Heart. HEX triplet: 54, 21 and A6. RGB value is (84,33,166). Sum of RGB (Red+Green+Blue) = 84+33+166=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #5421A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5421A6 is #ABDE59. Grayscale: #3E3E3E. Windows color (decimal): -11263578 or 10887508. OLE color: 10887508.

HSL color Cylindrical-coordinate representation of color #5421A6: hue angle of 263.01º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5421A6 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 33 166 -
CMYK 0.49 0.80 0 0.35
HSL 263.01º 0.67% 0.39% -
HSV(B) 263.01º 0.8% 0.65% -
XYZ 11.08 5.73 36.6 -
YUV 63.41 185.9 142.69 -
System Red Green Blue C M Y K H S L
Decimal 84 33 166 0.49 0.80 0 0.35 263.01 0.67 0.39
Hex 54 21 A6 31 50 0 23 107 43 27
Octal 124 41 246 61 120 0 43 407 103 47
Binary 1010100 100001 10100110 110001 1010000 0 100011 100000111 1000011 100111

Color Harmonies of #5421A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5421A6

Black with #5421A6

Text Example


Text Example

White with #5421A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5421A6; }

 p { color: rgb(84,33,166); }

 H1.HeaderClassName
 {
   color: #5421A6;
 }
 .AnyTagClassName
 {
   color: #5421A6;
 }
</style>

background-color css

<style>
 a { background-color: #5421A6; }

 a { background-color: rgb(84,33,166); }

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

border-color css

<style>
 span { border-color: #5421A6; }

 span { border-color: rgb(84,33,166); }

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