Html Css Color HEX #5413AA Purple Heart

📋 copy color: '#5413AA'

red 84 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #5413AA

Tints of Purple Heart #5413AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 30.77%
G = 6.96%
B = 62.27%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5413AA (or 0x5413AA) is known color: Purple Heart. HEX triplet: 54, 13 and AA. RGB value is (84,19,170). Sum of RGB (Red+Green+Blue) = 84+19+170=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5413AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5413AA is #ABEC55. Grayscale: #373737. Windows color (decimal): -11267158 or 11146068. OLE color: 11146068.

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

Color convert

RGB 84 19 170 -
CMYK 0.51 0.89 0 0.33
HSL 265.83º 0.8% 0.37% -
HSV(B) 265.83º 0.89% 0.67% -
XYZ 11.14 5.25 38.46 -
YUV 55.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 84 19 170 0.51 0.89 0 0.33 265.83 0.8 0.37
Hex 54 13 AA 33 59 0 21 10A 50 25
Octal 124 23 252 63 131 0 41 412 120 45
Binary 1010100 10011 10101010 110011 1011001 0 100001 100001010 1010000 100101

Color Harmonies of #5413AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413AA

Black with #5413AA

Text Example


Text Example

White with #5413AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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