Html Css Color HEX #7119AC Purple Heart

📋 copy color: '#7119AC'

red 113 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #7119AC

Tints of Purple Heart #7119AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 36.45%
G = 8.06%
B = 55.48%

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

#7119AC (or 0x7119AC) is known color: Purple Heart. HEX triplet: 71, 19 and AC. RGB value is (113,25,172). Sum of RGB (Red+Green+Blue) = 113+25+172=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #7119AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7119AC is #8EE653. Grayscale: #434343. Windows color (decimal): -9365076 or 11278705. OLE color: 11278705.

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

Color convert

RGB 113 25 172 -
CMYK 0.34 0.85 0 0.33
HSL 275.92º 0.75% 0.39% -
HSV(B) 275.92º 0.85% 0.67% -
XYZ 14.6 7.18 39.65 -
YUV 68.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 113 25 172 0.34 0.85 0 0.33 275.92 0.75 0.39
Hex 71 19 AC 22 55 0 21 114 4B 27
Octal 161 31 254 42 125 0 41 424 113 47
Binary 1110001 11001 10101100 100010 1010101 0 100001 100010100 1001011 100111

Color Harmonies of #7119AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119AC

Black with #7119AC

Text Example


Text Example

White with #7119AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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