Html Css Color HEX #7F1161 Dark Purple

📋 copy color: '#7F1161'

red 127 ◦ green 17 ◦ blue 97

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

Shades of Dark Purple #7F1161

Tints of Dark Purple #7F1161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 52.7%
G = 7.05%
B = 40.25%

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

#7F1161 (or 0x7F1161) is known color: Dark Purple. HEX triplet: 7F, 11 and 61. RGB value is (127,17,97). Sum of RGB (Red+Green+Blue) = 127+17+97=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1161 is #80EE9E. Grayscale: #3A3A3A. Windows color (decimal): -8449695 or 6361471. OLE color: 6361471.

HSL color Cylindrical-coordinate representation of color #7F1161: hue angle of 316.36º 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 #7F1161 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 17 97 -
CMYK 0 0.87 0.24 0.50
HSL 316.36º 0.76% 0.28% -
HSV(B) 316.36º 0.87% 0.5% -
XYZ 11.11 5.78 11.84 -
YUV 59.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 127 17 97 0 0.87 0.24 0.50 316.36 0.76 0.28
Hex 7F 11 61 0 57 18 32 13C 4C 1C
Octal 177 21 141 0 127 30 62 474 114 34
Binary 1111111 10001 1100001 0 1010111 11000 110010 100111100 1001100 11100

Color Harmonies of #7F1161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1161

Black with #7F1161

Text Example


Text Example

White with #7F1161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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