Html Css Color HEX #7A1971 Dark Purple

📋 copy color: '#7A1971'

red 122 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #7A1971

Tints of Dark Purple #7A1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 46.92%
G = 9.62%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A1971 (or 0x7A1971) is known color: Dark Purple. HEX triplet: 7A, 19 and 71. RGB value is (122,25,113). Sum of RGB (Red+Green+Blue) = 122+25+113=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1971 is #85E68E. Grayscale: #3F3F3F. Windows color (decimal): -8775311 or 7412090. OLE color: 7412090.

HSL color Cylindrical-coordinate representation of color #7A1971: hue angle of 305.57º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1971 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 25 113 -
CMYK 0 0.80 0.07 0.52
HSL 305.57º 0.66% 0.29% -
HSV(B) 305.57º 0.8% 0.48% -
XYZ 11.35 6.03 16.19 -
YUV 64.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 122 25 113 0 0.80 0.07 0.52 305.57 0.66 0.29
Hex 7A 19 71 0 50 7 34 132 42 1D
Octal 172 31 161 0 120 7 64 462 102 35
Binary 1111010 11001 1110001 0 1010000 111 110100 100110010 1000010 11101

Color Harmonies of #7A1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1971

Black with #7A1971

Text Example


Text Example

White with #7A1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,25,113); }

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

background-color css

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

 a { background-color: rgb(122,25,113); }

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

border-color css

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

 span { border-color: rgb(122,25,113); }

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