Html Css Color HEX #5411AA Purple Heart

📋 copy color: '#5411AA'

red 84 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #5411AA

Tints of Purple Heart #5411AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 31%
G = 6.27%
B = 62.73%

CMYK

 C value IS 0.51

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5411AA (or 0x5411AA) is known color: Purple Heart. HEX triplet: 54, 11 and AA. RGB value is (84,17,170). Sum of RGB (Red+Green+Blue) = 84+17+170=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5411AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5411AA is #ABEE55. Grayscale: #353535. Windows color (decimal): -11267670 or 11145556. OLE color: 11145556.

HSL color Cylindrical-coordinate representation of color #5411AA: hue angle of 266.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5411AA is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 17 170 -
CMYK 0.51 0.9 0 0.33
HSL 266.27º 0.82% 0.37% -
HSV(B) 266.27º 0.9% 0.67% -
XYZ 11.11 5.19 38.45 -
YUV 54.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 84 17 170 0.51 0.9 0 0.33 266.27 0.82 0.37
Hex 54 11 AA 33 5A 0 21 10A 52 25
Octal 124 21 252 63 132 0 41 412 122 45
Binary 1010100 10001 10101010 110011 1011010 0 100001 100001010 1010010 100101

Color Harmonies of #5411AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5411AA

Black with #5411AA

Text Example


Text Example

White with #5411AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5411AA; }

 p { color: rgb(84,17,170); }

 H1.HeaderClassName
 {
   color: #5411AA;
 }
 .AnyTagClassName
 {
   color: #5411AA;
 }
</style>

background-color css

<style>
 a { background-color: #5411AA; }

 a { background-color: rgb(84,17,170); }

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

border-color css

<style>
 span { border-color: #5411AA; }

 span { border-color: rgb(84,17,170); }

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