Html Css Color HEX #5213AB Purple Heart

📋 copy color: '#5213AB'

red 82 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #5213AB

Tints of Purple Heart #5213AB

RGB

 RED value IS 82 (32.42% from 255) = 30.15%

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

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

R = 30.15%
G = 6.99%
B = 62.87%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5213AB (or 0x5213AB) is known color: Purple Heart. HEX triplet: 52, 13 and AB. RGB value is (82,19,171). Sum of RGB (Red+Green+Blue) = 82+19+171=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5213AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5213AB is #ADEC54. Grayscale: #363636. Windows color (decimal): -11398229 or 11211602. OLE color: 11211602.

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

Color convert

RGB 82 19 171 -
CMYK 0.52 0.89 0 0.33
HSL 264.87º 0.8% 0.37% -
HSV(B) 264.87º 0.89% 0.67% -
XYZ 11.06 5.2 38.95 -
YUV 55.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 82 19 171 0.52 0.89 0 0.33 264.87 0.8 0.37
Hex 52 13 AB 34 59 0 21 109 50 25
Octal 122 23 253 64 131 0 41 411 120 45
Binary 1010010 10011 10101011 110100 1011001 0 100001 100001001 1010000 100101

Color Harmonies of #5213AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213AB

Black with #5213AB

Text Example


Text Example

White with #5213AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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