Html Css Color HEX #7A1173 Dark Purple

📋 copy color: '#7A1173'

red 122 ◦ green 17 ◦ blue 115

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

Shades of Dark Purple #7A1173

Tints of Dark Purple #7A1173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 48.03%
G = 6.69%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7A1173 (or 0x7A1173) is known color: Dark Purple. HEX triplet: 7A, 11 and 73. RGB value is (122,17,115). Sum of RGB (Red+Green+Blue) = 122+17+115=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1173 is #85EE8C. Grayscale: #3B3B3B. Windows color (decimal): -8777357 or 7541114. OLE color: 7541114.

HSL color Cylindrical-coordinate representation of color #7A1173: hue angle of 304º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1173 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 17 115 -
CMYK 0 0.86 0.06 0.52
HSL 304º 0.76% 0.27% -
HSV(B) 304º 0.86% 0.48% -
XYZ 11.32 5.78 16.74 -
YUV 59.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 122 17 115 0 0.86 0.06 0.52 304 0.76 0.27
Hex 7A 11 73 0 56 6 34 130 4C 1B
Octal 172 21 163 0 126 6 64 460 114 33
Binary 1111010 10001 1110011 0 1010110 110 110100 100110000 1001100 11011

Color Harmonies of #7A1173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1173

Black with #7A1173

Text Example


Text Example

White with #7A1173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,115); }

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

background-color css

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

 a { background-color: rgb(122,17,115); }

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

border-color css

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

 span { border-color: rgb(122,17,115); }

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