Html Css Color HEX #7116AB Purple Heart

📋 copy color: '#7116AB'

red 113 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #7116AB

Tints of Purple Heart #7116AB

RGB

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

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

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

R = 36.93%
G = 7.19%
B = 55.88%

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

#7116AB (or 0x7116AB) is known color: Purple Heart. HEX triplet: 71, 16 and AB. RGB value is (113,22,171). Sum of RGB (Red+Green+Blue) = 113+22+171=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #7116AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7116AB is #8EE954. Grayscale: #414141. Windows color (decimal): -9365845 or 11212401. OLE color: 11212401.

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

Color convert

RGB 113 22 171 -
CMYK 0.34 0.87 0 0.33
HSL 276.64º 0.77% 0.38% -
HSV(B) 276.64º 0.87% 0.67% -
XYZ 14.45 7.02 39.12 -
YUV 66.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 113 22 171 0.34 0.87 0 0.33 276.64 0.77 0.38
Hex 71 16 AB 22 57 0 21 115 4D 26
Octal 161 26 253 42 127 0 41 425 115 46
Binary 1110001 10110 10101011 100010 1010111 0 100001 100010101 1001101 100110

Color Harmonies of #7116AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7116AB

Black with #7116AB

Text Example


Text Example

White with #7116AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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