Html Css Color HEX #7110AA Purple Heart

📋 copy color: '#7110AA'

red 113 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #7110AA

Tints of Purple Heart #7110AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 37.79%
G = 5.35%
B = 56.86%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7110AA (or 0x7110AA) is known color: Purple Heart. HEX triplet: 71, 10 and AA. RGB value is (113,16,170). Sum of RGB (Red+Green+Blue) = 113+16+170=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #7110AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7110AA is #8EEF55. Grayscale: #3E3E3E. Windows color (decimal): -9367382 or 11145329. OLE color: 11145329.

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

Color convert

RGB 113 16 170 -
CMYK 0.34 0.91 0 0.33
HSL 277.79º 0.83% 0.36% -
HSV(B) 277.79º 0.91% 0.67% -
XYZ 14.25 6.78 38.59 -
YUV 62.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 113 16 170 0.34 0.91 0 0.33 277.79 0.83 0.36
Hex 71 10 AA 22 5B 0 21 116 53 24
Octal 161 20 252 42 133 0 41 426 123 44
Binary 1110001 10000 10101010 100010 1011011 0 100001 100010110 1010011 100100

Color Harmonies of #7110AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7110AA

Black with #7110AA

Text Example


Text Example

White with #7110AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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