Html Css Color HEX #7A166A Dark Purple

📋 copy color: '#7A166A'

red 122 ◦ green 22 ◦ blue 106

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

Shades of Dark Purple #7A166A

Tints of Dark Purple #7A166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 48.8%
G = 8.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A166A (or 0x7A166A) is known color: Dark Purple. HEX triplet: 7A, 16 and 6A. RGB value is (122,22,106). Sum of RGB (Red+Green+Blue) = 122+22+106=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A166A is #85E995. Grayscale: #3D3D3D. Windows color (decimal): -8776086 or 6952570. OLE color: 6952570.

HSL color Cylindrical-coordinate representation of color #7A166A: hue angle of 309.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A166A is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 22 106 -
CMYK 0 0.82 0.13 0.52
HSL 309.6º 0.69% 0.28% -
HSV(B) 309.6º 0.82% 0.48% -
XYZ 10.91 5.75 14.17 -
YUV 61.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 122 22 106 0 0.82 0.13 0.52 309.6 0.69 0.28
Hex 7A 16 6A 0 52 D 34 136 45 1C
Octal 172 26 152 0 122 15 64 466 105 34
Binary 1111010 10110 1101010 0 1010010 1101 110100 100110110 1000101 11100

Color Harmonies of #7A166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A166A

Black with #7A166A

Text Example


Text Example

White with #7A166A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,106); }

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

background-color css

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

 a { background-color: rgb(122,22,106); }

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

border-color css

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

 span { border-color: rgb(122,22,106); }

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