Html Css Color HEX #7211AA Purple Heart

📋 copy color: '#7211AA'

red 114 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #7211AA

Tints of Purple Heart #7211AA

RGB

 RED value IS 114 (44.92% from 255) = 37.87%

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

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

R = 37.87%
G = 5.65%
B = 56.48%

CMYK

 C value IS 0.33

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7211AA (or 0x7211AA) is known color: Purple Heart. HEX triplet: 72, 11 and AA. RGB value is (114,17,170). Sum of RGB (Red+Green+Blue) = 114+17+170=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #7211AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7211AA is #8DEE55. Grayscale: #3E3E3E. Windows color (decimal): -9301590 or 11145586. OLE color: 11145586.

HSL color Cylindrical-coordinate representation of color #7211AA: hue angle of 278.04º 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 #7211AA is Cyan = 0.33, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 17 170 -
CMYK 0.33 0.9 0 0.33
HSL 278.04º 0.82% 0.37% -
HSV(B) 278.04º 0.9% 0.67% -
XYZ 14.4 6.88 38.6 -
YUV 63.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 114 17 170 0.33 0.9 0 0.33 278.04 0.82 0.37
Hex 72 11 AA 21 5A 0 21 116 52 25
Octal 162 21 252 41 132 0 41 426 122 45
Binary 1110010 10001 10101010 100001 1011010 0 100001 100010110 1010010 100101

Color Harmonies of #7211AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7211AA

Black with #7211AA

Text Example


Text Example

White with #7211AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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