Html Css Color HEX #5413AB Purple Heart

📋 copy color: '#5413AB'

red 84 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #5413AB

Tints of Purple Heart #5413AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 30.66%
G = 6.93%
B = 62.41%

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

#5413AB (or 0x5413AB) is known color: Purple Heart. HEX triplet: 54, 13 and AB. RGB value is (84,19,171). Sum of RGB (Red+Green+Blue) = 84+19+171=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5413AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5413AB is #ABEC54. Grayscale: #373737. Windows color (decimal): -11267157 or 11211604. OLE color: 11211604.

HSL color Cylindrical-coordinate representation of color #5413AB: hue angle of 265.66º 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 #5413AB is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 19 171 -
CMYK 0.51 0.89 0 0.33
HSL 265.66º 0.8% 0.37% -
HSV(B) 265.66º 0.89% 0.67% -
XYZ 11.24 5.29 38.96 -
YUV 55.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 84 19 171 0.51 0.89 0 0.33 265.66 0.8 0.37
Hex 54 13 AB 33 59 0 21 10A 50 25
Octal 124 23 253 63 131 0 41 412 120 45
Binary 1010100 10011 10101011 110011 1011001 0 100001 100001010 1010000 100101

Color Harmonies of #5413AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413AB

Black with #5413AB

Text Example


Text Example

White with #5413AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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