Html Css Color HEX #7116AA Purple Heart

📋 copy color: '#7116AA'

red 113 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #7116AA

Tints of Purple Heart #7116AA

RGB

 RED value IS 113 (44.53% from 255) = 37.05%

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 37.05%
G = 7.21%
B = 55.74%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7116AA (or 0x7116AA) is known color: Purple Heart. HEX triplet: 71, 16 and AA. RGB value is (113,22,170). Sum of RGB (Red+Green+Blue) = 113+22+170=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #7116AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7116AA is #8EE955. Grayscale: #414141. Windows color (decimal): -9365846 or 11146865. OLE color: 11146865.

HSL color Cylindrical-coordinate representation of color #7116AA: hue angle of 276.89º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7116AA is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 22 170 -
CMYK 0.34 0.87 0 0.33
HSL 276.89º 0.77% 0.38% -
HSV(B) 276.89º 0.87% 0.67% -
XYZ 14.35 6.99 38.62 -
YUV 66.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 113 22 170 0.34 0.87 0 0.33 276.89 0.77 0.38
Hex 71 16 AA 22 57 0 21 115 4D 26
Octal 161 26 252 42 127 0 41 425 115 46
Binary 1110001 10110 10101010 100010 1010111 0 100001 100010101 1001101 100110

Color Harmonies of #7116AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7116AA

Black with #7116AA

Text Example


Text Example

White with #7116AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,22,170); }

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

background-color css

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

 a { background-color: rgb(113,22,170); }

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

border-color css

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

 span { border-color: rgb(113,22,170); }

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