Html Css Color HEX #7A0876 Purple

📋 copy color: '#7A0876'

red 122 ◦ green 8 ◦ blue 118

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

Shades of Purple #7A0876

Tints of Purple #7A0876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 49.19%
G = 3.23%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7A0876 (or 0x7A0876) is known color: Purple. HEX triplet: 7A, 08 and 76. RGB value is (122,8,118). Sum of RGB (Red+Green+Blue) = 122+8+118=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0876 is #85F789. Grayscale: #363636. Windows color (decimal): -8779658 or 7735418. OLE color: 7735418.

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

Color convert

RGB 122 8 118 -
CMYK 0 0.93 0.03 0.52
HSL 302.11º 0.88% 0.25% -
HSV(B) 302.11º 0.93% 0.48% -
XYZ 11.38 5.62 17.62 -
YUV 54.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 122 8 118 0 0.93 0.03 0.52 302.11 0.88 0.25
Hex 7A 8 76 0 5D 3 34 12E 58 19
Octal 172 10 166 0 135 3 64 456 130 31
Binary 1111010 1000 1110110 0 1011101 11 110100 100101110 1011000 11001

Color Harmonies of #7A0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0876

Black with #7A0876

Text Example


Text Example

White with #7A0876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,118); }

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

background-color css

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

 a { background-color: rgb(122,8,118); }

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

border-color css

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

 span { border-color: rgb(122,8,118); }

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