#7F196B

Color #7F196B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #7F196B

Tints of Dark Purple #7F196B

Color information

#7F196B (or 0x7F196B) is unknown color: approx Dark Purple. HEX triplet: 7F, 19 and 6B. RGB value is (127,25,107). Sum of RGB (Red+Green+Blue) = 127+25+107=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F196B is #80E694. Grayscale: #404040. Windows color (decimal): -8447637 or 7018879. OLE color: 7018879.

HSL color Cylindrical-coordinate representation of color #7F196B: hue angle of 311.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F196B is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12725107-
CMYK00.800.160.50
HSL311.76º67.11%29.8%-
HSV(B)311.76º80.31%49.8%-
XYZ11.756.2714.5-
YUV64.85151.79172.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=49.03%
G=9.65%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272510700.800.160.50311.7667.1129.8
Hex7F196B0501032138431e
Octal177311530120206247010336
Binary11111111100111010110101000010000110010100111000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,25,107); }

 H1.HeaderClassName
 {
   color: #7F196B;
 }
 .AnyTagClassName
 {
   color: #7F196B;
 }
</style>
background-color css

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

 a { background-color: rgb(127,25,107); }

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

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

 span { border-color: rgb(127,25,107); }

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