Html Css Color HEX #7A076A Purple

📋 copy color: '#7A076A'

red 122 ◦ green 7 ◦ blue 106

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

Shades of Purple #7A076A

Tints of Purple #7A076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 51.91%
G = 2.98%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A076A (or 0x7A076A) is known color: Purple. HEX triplet: 7A, 07 and 6A. RGB value is (122,7,106). Sum of RGB (Red+Green+Blue) = 122+7+106=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A076A is #85F895. Grayscale: #343434. Windows color (decimal): -8779926 or 6948730. OLE color: 6948730.

HSL color Cylindrical-coordinate representation of color #7A076A: hue angle of 308.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A076A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 7 106 -
CMYK 0 0.94 0.13 0.52
HSL 308.35º 0.89% 0.25% -
HSV(B) 308.35º 0.94% 0.48% -
XYZ 10.7 5.33 14.1 -
YUV 52.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 122 7 106 0 0.94 0.13 0.52 308.35 0.89 0.25
Hex 7A 7 6A 0 5E D 34 134 59 19
Octal 172 7 152 0 136 15 64 464 131 31
Binary 1111010 111 1101010 0 1011110 1101 110100 100110100 1011001 11001

Color Harmonies of #7A076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A076A

Black with #7A076A

Text Example


Text Example

White with #7A076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,7,106); }

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

background-color css

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

 a { background-color: rgb(122,7,106); }

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

border-color css

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

 span { border-color: rgb(122,7,106); }

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