Html Css Color HEX #7A176B Dark Purple

📋 copy color: '#7A176B'

red 122 ◦ green 23 ◦ blue 107

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

Shades of Dark Purple #7A176B

Tints of Dark Purple #7A176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 48.41%
G = 9.13%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7A176B (or 0x7A176B) is known color: Dark Purple. HEX triplet: 7A, 17 and 6B. RGB value is (122,23,107). Sum of RGB (Red+Green+Blue) = 122+23+107=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A176B is #85E894. Grayscale: #3D3D3D. Windows color (decimal): -8775829 or 7018362. OLE color: 7018362.

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

Color convert

RGB 122 23 107 -
CMYK 0 0.81 0.12 0.52
HSL 309.09º 0.68% 0.28% -
HSV(B) 309.09º 0.81% 0.48% -
XYZ 10.99 5.81 14.45 -
YUV 62.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 122 23 107 0 0.81 0.12 0.52 309.09 0.68 0.28
Hex 7A 17 6B 0 51 C 34 135 44 1C
Octal 172 27 153 0 121 14 64 465 104 34
Binary 1111010 10111 1101011 0 1010001 1100 110100 100110101 1000100 11100

Color Harmonies of #7A176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A176B

Black with #7A176B

Text Example


Text Example

White with #7A176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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