Html Css Color HEX #7A116F Dark Purple

📋 copy color: '#7A116F'

red 122 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #7A116F

Tints of Dark Purple #7A116F

RGB

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

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

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

R = 48.8%
G = 6.8%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A116F (or 0x7A116F) is known color: Dark Purple. HEX triplet: 7A, 11 and 6F. RGB value is (122,17,111). Sum of RGB (Red+Green+Blue) = 122+17+111=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A116F is #85EE90. Grayscale: #3A3A3A. Windows color (decimal): -8777361 or 7278970. OLE color: 7278970.

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

Color convert

RGB 122 17 111 -
CMYK 0 0.86 0.09 0.52
HSL 306.29º 0.76% 0.27% -
HSV(B) 306.29º 0.86% 0.48% -
XYZ 11.1 5.69 15.55 -
YUV 59.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 122 17 111 0 0.86 0.09 0.52 306.29 0.76 0.27
Hex 7A 11 6F 0 56 9 34 132 4C 1B
Octal 172 21 157 0 126 11 64 462 114 33
Binary 1111010 10001 1101111 0 1010110 1001 110100 100110010 1001100 11011

Color Harmonies of #7A116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A116F

Black with #7A116F

Text Example


Text Example

White with #7A116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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