Html Css Color HEX #7F1162 Dark Purple

📋 copy color: '#7F1162'

red 127 ◦ green 17 ◦ blue 98

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

Shades of Dark Purple #7F1162

Tints of Dark Purple #7F1162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 52.48%
G = 7.02%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#7F1162 (or 0x7F1162) is known color: Dark Purple. HEX triplet: 7F, 11 and 62. RGB value is (127,17,98). Sum of RGB (Red+Green+Blue) = 127+17+98=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1162 is #80EE9D. Grayscale: #3A3A3A. Windows color (decimal): -8449694 or 6427007. OLE color: 6427007.

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

Color convert

RGB 127 17 98 -
CMYK 0 0.87 0.23 0.50
HSL 315.82º 0.76% 0.28% -
HSV(B) 315.82º 0.87% 0.5% -
XYZ 11.16 5.79 12.09 -
YUV 59.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 127 17 98 0 0.87 0.23 0.50 315.82 0.76 0.28
Hex 7F 11 62 0 57 17 32 13C 4C 1C
Octal 177 21 142 0 127 27 62 474 114 34
Binary 1111111 10001 1100010 0 1010111 10111 110010 100111100 1001100 11100

Color Harmonies of #7F1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1162

Black with #7F1162

Text Example


Text Example

White with #7F1162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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