Html Css Color HEX #7A1077 Purple

📋 copy color: '#7A1077'

red 122 ◦ green 16 ◦ blue 119

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

Shades of Purple #7A1077

Tints of Purple #7A1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 47.47%
G = 6.23%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A1077 (or 0x7A1077) is known color: Purple. HEX triplet: 7A, 10 and 77. RGB value is (122,16,119). Sum of RGB (Red+Green+Blue) = 122+16+119=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1077 is #85EF88. Grayscale: #3B3B3B. Windows color (decimal): -8777609 or 7803002. OLE color: 7803002.

HSL color Cylindrical-coordinate representation of color #7A1077: hue angle of 301.7º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1077 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 16 119 -
CMYK 0 0.87 0.02 0.52
HSL 301.7º 0.77% 0.27% -
HSV(B) 301.7º 0.87% 0.48% -
XYZ 11.54 5.84 17.97 -
YUV 59.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 122 16 119 0 0.87 0.02 0.52 301.7 0.77 0.27
Hex 7A 10 77 0 57 2 34 12E 4D 1B
Octal 172 20 167 0 127 2 64 456 115 33
Binary 1111010 10000 1110111 0 1010111 10 110100 100101110 1001101 11011

Color Harmonies of #7A1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1077

Black with #7A1077

Text Example


Text Example

White with #7A1077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,119); }

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

background-color css

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

 a { background-color: rgb(122,16,119); }

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

border-color css

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

 span { border-color: rgb(122,16,119); }

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