Html Css Color HEX #7A16AC Purple Heart

📋 copy color: '#7A16AC'

red 122 ◦ green 22 ◦ blue 172

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

Shades of Purple Heart #7A16AC

Tints of Purple Heart #7A16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 38.61%
G = 6.96%
B = 54.43%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A16AC (or 0x7A16AC) is known color: Purple Heart. HEX triplet: 7A, 16 and AC. RGB value is (122,22,172). Sum of RGB (Red+Green+Blue) = 122+22+172=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A16AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A16AC is #85E953. Grayscale: #444444. Windows color (decimal): -8776020 or 11277946. OLE color: 11277946.

HSL color Cylindrical-coordinate representation of color #7A16AC: hue angle of 280º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A16AC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 22 172 -
CMYK 0.29 0.87 0 0.33
HSL 280º 0.77% 0.38% -
HSV(B) 280º 0.87% 0.67% -
XYZ 15.76 7.69 39.68 -
YUV 69 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 122 22 172 0.29 0.87 0 0.33 280 0.77 0.38
Hex 7A 16 AC 1D 57 0 21 118 4D 26
Octal 172 26 254 35 127 0 41 430 115 46
Binary 1111010 10110 10101100 11101 1010111 0 100001 100011000 1001101 100110

Color Harmonies of #7A16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A16AC

Black with #7A16AC

Text Example


Text Example

White with #7A16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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