Html Css Color HEX #7019AC Purple Heart

📋 copy color: '#7019AC'

red 112 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #7019AC

Tints of Purple Heart #7019AC

RGB

 RED value IS 112 (44.14% from 255) = 36.25%

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

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

R = 36.25%
G = 8.09%
B = 55.66%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7019AC (or 0x7019AC) is known color: Purple Heart. HEX triplet: 70, 19 and AC. RGB value is (112,25,172). Sum of RGB (Red+Green+Blue) = 112+25+172=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #7019AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7019AC is #8FE653. Grayscale: #434343. Windows color (decimal): -9430612 or 11278704. OLE color: 11278704.

HSL color Cylindrical-coordinate representation of color #7019AC: hue angle of 275.51º 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 #7019AC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 25 172 -
CMYK 0.35 0.85 0 0.33
HSL 275.51º 0.75% 0.39% -
HSV(B) 275.51º 0.85% 0.67% -
XYZ 14.48 7.12 39.64 -
YUV 67.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 112 25 172 0.35 0.85 0 0.33 275.51 0.75 0.39
Hex 70 19 AC 23 55 0 21 114 4B 27
Octal 160 31 254 43 125 0 41 424 113 47
Binary 1110000 11001 10101100 100011 1010101 0 100001 100010100 1001011 100111

Color Harmonies of #7019AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019AC

Black with #7019AC

Text Example


Text Example

White with #7019AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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