Html Css Color HEX #5212AA Purple Heart

📋 copy color: '#5212AA'

red 82 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #5212AA

Tints of Purple Heart #5212AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 30.37%
G = 6.67%
B = 62.96%

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

#5212AA (or 0x5212AA) is known color: Purple Heart. HEX triplet: 52, 12 and AA. RGB value is (82,18,170). Sum of RGB (Red+Green+Blue) = 82+18+170=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #5212AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5212AA is #ADED55. Grayscale: #353535. Windows color (decimal): -11398486 or 11145810. OLE color: 11145810.

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

Color convert

RGB 82 18 170 -
CMYK 0.52 0.89 0 0.33
HSL 265.26º 0.81% 0.37% -
HSV(B) 265.26º 0.89% 0.67% -
XYZ 10.95 5.13 38.44 -
YUV 54.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 82 18 170 0.52 0.89 0 0.33 265.26 0.81 0.37
Hex 52 12 AA 34 59 0 21 109 51 25
Octal 122 22 252 64 131 0 41 411 121 45
Binary 1010010 10010 10101010 110100 1011001 0 100001 100001001 1010001 100101

Color Harmonies of #5212AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5212AA

Black with #5212AA

Text Example


Text Example

White with #5212AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,18,170); }

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

background-color css

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

 a { background-color: rgb(82,18,170); }

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

border-color css

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

 span { border-color: rgb(82,18,170); }

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