Html Css Color HEX #7F1160 Dark Purple

📋 copy color: '#7F1160'

red 127 ◦ green 17 ◦ blue 96

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

Shades of Dark Purple #7F1160

Tints of Dark Purple #7F1160

RGB

 RED value IS 127 (50% from 255) = 52.92%

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 52.92%
G = 7.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F1160 (or 0x7F1160) is known color: Dark Purple. HEX triplet: 7F, 11 and 60. RGB value is (127,17,96). Sum of RGB (Red+Green+Blue) = 127+17+96=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1160 is #80EE9F. Grayscale: #3A3A3A. Windows color (decimal): -8449696 or 6295935. OLE color: 6295935.

HSL color Cylindrical-coordinate representation of color #7F1160: hue angle of 316.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1160 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 17 96 -
CMYK 0 0.87 0.24 0.50
HSL 316.91º 0.76% 0.28% -
HSV(B) 316.91º 0.87% 0.5% -
XYZ 11.06 5.76 11.59 -
YUV 58.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 127 17 96 0 0.87 0.24 0.50 316.91 0.76 0.28
Hex 7F 11 60 0 57 18 32 13D 4C 1C
Octal 177 21 140 0 127 30 62 475 114 34
Binary 1111111 10001 1100000 0 1010111 11000 110010 100111101 1001100 11100

Color Harmonies of #7F1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1160

Black with #7F1160

Text Example


Text Example

White with #7F1160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,17,96); }

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

background-color css

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

 a { background-color: rgb(127,17,96); }

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

border-color css

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

 span { border-color: rgb(127,17,96); }

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