Html Css Color HEX #7119AA Purple Heart

📋 copy color: '#7119AA'

red 113 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #7119AA

Tints of Purple Heart #7119AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

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

R = 36.69%
G = 8.12%
B = 55.19%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7119AA (or 0x7119AA) is known color: Purple Heart. HEX triplet: 71, 19 and AA. RGB value is (113,25,170). Sum of RGB (Red+Green+Blue) = 113+25+170=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7119AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7119AA is #8EE655. Grayscale: #434343. Windows color (decimal): -9365078 or 11147633. OLE color: 11147633.

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

Color convert

RGB 113 25 170 -
CMYK 0.34 0.85 0 0.33
HSL 276.41º 0.74% 0.38% -
HSV(B) 276.41º 0.85% 0.67% -
XYZ 14.41 7.11 38.64 -
YUV 67.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 113 25 170 0.34 0.85 0 0.33 276.41 0.74 0.38
Hex 71 19 AA 22 55 0 21 114 4A 26
Octal 161 31 252 42 125 0 41 424 112 46
Binary 1110001 11001 10101010 100010 1010101 0 100001 100010100 1001010 100110

Color Harmonies of #7119AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119AA

Black with #7119AA

Text Example


Text Example

White with #7119AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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