Html Css Color HEX #7A19AC Purple Heart

📋 copy color: '#7A19AC'

red 122 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #7A19AC

Tints of Purple Heart #7A19AC

RGB

 RED value IS 122 (48.05% from 255) = 38.24%

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

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

R = 38.24%
G = 7.84%
B = 53.92%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A19AC (or 0x7A19AC) is known color: Purple Heart. HEX triplet: 7A, 19 and AC. RGB value is (122,25,172). Sum of RGB (Red+Green+Blue) = 122+25+172=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A19AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A19AC is #85E653. Grayscale: #464646. Windows color (decimal): -8775252 or 11278714. OLE color: 11278714.

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

Color convert

RGB 122 25 172 -
CMYK 0.29 0.85 0 0.33
HSL 279.59º 0.75% 0.39% -
HSV(B) 279.59º 0.85% 0.67% -
XYZ 15.82 7.81 39.7 -
YUV 70.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 122 25 172 0.29 0.85 0 0.33 279.59 0.75 0.39
Hex 7A 19 AC 1D 55 0 21 118 4B 27
Octal 172 31 254 35 125 0 41 430 113 47
Binary 1111010 11001 10101100 11101 1010101 0 100001 100011000 1001011 100111

Color Harmonies of #7A19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A19AC

Black with #7A19AC

Text Example


Text Example

White with #7A19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A19AC; }

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

 H1.HeaderClassName
 {
   color: #7A19AC;
 }
 .AnyTagClassName
 {
   color: #7A19AC;
 }
</style>

background-color css

<style>
 a { background-color: #7A19AC; }

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

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

border-color css

<style>
 span { border-color: #7A19AC; }

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

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