Html Css Color HEX #7A116D Dark Purple

📋 copy color: '#7A116D'

red 122 ◦ green 17 ◦ blue 109

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

Shades of Dark Purple #7A116D

Tints of Dark Purple #7A116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 49.19%
G = 6.85%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A116D (or 0x7A116D) is known color: Dark Purple. HEX triplet: 7A, 11 and 6D. RGB value is (122,17,109). Sum of RGB (Red+Green+Blue) = 122+17+109=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A116D is #85EE92. Grayscale: #3A3A3A. Windows color (decimal): -8777363 or 7147898. OLE color: 7147898.

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

Color convert

RGB 122 17 109 -
CMYK 0 0.86 0.11 0.52
HSL 307.43º 0.76% 0.27% -
HSV(B) 307.43º 0.86% 0.48% -
XYZ 10.99 5.64 14.98 -
YUV 58.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 122 17 109 0 0.86 0.11 0.52 307.43 0.76 0.27
Hex 7A 11 6D 0 56 B 34 133 4C 1B
Octal 172 21 155 0 126 13 64 463 114 33
Binary 1111010 10001 1101101 0 1010110 1011 110100 100110011 1001100 11011

Color Harmonies of #7A116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A116D

Black with #7A116D

Text Example


Text Example

White with #7A116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,109); }

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

background-color css

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

 a { background-color: rgb(122,17,109); }

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

border-color css

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

 span { border-color: rgb(122,17,109); }

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