Html Css Color HEX #7A076F Purple

📋 copy color: '#7A076F'

red 122 ◦ green 7 ◦ blue 111

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

Shades of Purple #7A076F

Tints of Purple #7A076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 50.83%
G = 2.92%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A076F (or 0x7A076F) is known color: Purple. HEX triplet: 7A, 07 and 6F. RGB value is (122,7,111). Sum of RGB (Red+Green+Blue) = 122+7+111=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A076F is #85F890. Grayscale: #343434. Windows color (decimal): -8779921 or 7276410. OLE color: 7276410.

HSL color Cylindrical-coordinate representation of color #7A076F: hue angle of 305.74º 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 #7A076F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 7 111 -
CMYK 0 0.94 0.09 0.52
HSL 305.74º 0.89% 0.25% -
HSV(B) 305.74º 0.94% 0.48% -
XYZ 10.97 5.44 15.51 -
YUV 53.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 122 7 111 0 0.94 0.09 0.52 305.74 0.89 0.25
Hex 7A 7 6F 0 5E 9 34 132 59 19
Octal 172 7 157 0 136 11 64 462 131 31
Binary 1111010 111 1101111 0 1011110 1001 110100 100110010 1011001 11001

Color Harmonies of #7A076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A076F

Black with #7A076F

Text Example


Text Example

White with #7A076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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