Html Css Color HEX #7A166E Dark Purple

📋 copy color: '#7A166E'

red 122 ◦ green 22 ◦ blue 110

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

Shades of Dark Purple #7A166E

Tints of Dark Purple #7A166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 48.03%
G = 8.66%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A166E (or 0x7A166E) is known color: Dark Purple. HEX triplet: 7A, 16 and 6E. RGB value is (122,22,110). Sum of RGB (Red+Green+Blue) = 122+22+110=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A166E is #85E991. Grayscale: #3D3D3D. Windows color (decimal): -8776082 or 7214714. OLE color: 7214714.

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

Color convert

RGB 122 22 110 -
CMYK 0 0.82 0.10 0.52
HSL 307.2º 0.69% 0.28% -
HSV(B) 307.2º 0.82% 0.48% -
XYZ 11.13 5.84 15.29 -
YUV 61.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 122 22 110 0 0.82 0.10 0.52 307.2 0.69 0.28
Hex 7A 16 6E 0 52 A 34 133 45 1C
Octal 172 26 156 0 122 12 64 463 105 34
Binary 1111010 10110 1101110 0 1010010 1010 110100 100110011 1000101 11100

Color Harmonies of #7A166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A166E

Black with #7A166E

Text Example


Text Example

White with #7A166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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