Html Css Color HEX #7F166F Dark Purple

📋 copy color: '#7F166F'

red 127 ◦ green 22 ◦ blue 111

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

Shades of Dark Purple #7F166F

Tints of Dark Purple #7F166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 48.85%
G = 8.46%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F166F (or 0x7F166F) is known color: Dark Purple. HEX triplet: 7F, 16 and 6F. RGB value is (127,22,111). Sum of RGB (Red+Green+Blue) = 127+22+111=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F166F is #80E990. Grayscale: #3F3F3F. Windows color (decimal): -8448401 or 7280255. OLE color: 7280255.

HSL color Cylindrical-coordinate representation of color #7F166F: hue angle of 309.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F166F is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 22 111 -
CMYK 0 0.83 0.13 0.50
HSL 309.14º 0.7% 0.29% -
HSV(B) 309.14º 0.83% 0.5% -
XYZ 11.91 6.23 15.61 -
YUV 63.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 127 22 111 0 0.83 0.13 0.50 309.14 0.7 0.29
Hex 7F 16 6F 0 53 D 32 135 46 1D
Octal 177 26 157 0 123 15 62 465 106 35
Binary 1111111 10110 1101111 0 1010011 1101 110010 100110101 1000110 11101

Color Harmonies of #7F166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F166F

Black with #7F166F

Text Example


Text Example

White with #7F166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,22,111); }

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

background-color css

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

 a { background-color: rgb(127,22,111); }

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

border-color css

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

 span { border-color: rgb(127,22,111); }

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