Html Css Color HEX #7A176F Dark Purple

📋 copy color: '#7A176F'

red 122 ◦ green 23 ◦ blue 111

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

Shades of Dark Purple #7A176F

Tints of Dark Purple #7A176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 47.66%
G = 8.98%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A176F (or 0x7A176F) is known color: Dark Purple. HEX triplet: 7A, 17 and 6F. RGB value is (122,23,111). Sum of RGB (Red+Green+Blue) = 122+23+111=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A176F is #85E890. Grayscale: #3E3E3E. Windows color (decimal): -8775825 or 7280506. OLE color: 7280506.

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

Color convert

RGB 122 23 111 -
CMYK 0 0.81 0.09 0.52
HSL 306.67º 0.68% 0.28% -
HSV(B) 306.67º 0.81% 0.48% -
XYZ 11.2 5.9 15.59 -
YUV 62.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 122 23 111 0 0.81 0.09 0.52 306.67 0.68 0.28
Hex 7A 17 6F 0 51 9 34 133 44 1C
Octal 172 27 157 0 121 11 64 463 104 34
Binary 1111010 10111 1101111 0 1010001 1001 110100 100110011 1000100 11100

Color Harmonies of #7A176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A176F

Black with #7A176F

Text Example


Text Example

White with #7A176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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