#7F196E

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

Shades of Dark Purple #7F196E

Tints of Dark Purple #7F196E

Color information

#7F196E (or 0x7F196E) is unknown color: approx Dark Purple. HEX triplet: 7F, 19 and 6E. RGB value is (127,25,110). Sum of RGB (Red+Green+Blue) = 127+25+110=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F196E is #80E691. Grayscale: #404040. Windows color (decimal): -8447634 or 7215487. OLE color: 7215487.

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

Color convert

RGB12725110-
CMYK00.800.130.50
HSL310º67.11%29.8%-
HSV(B)310º80.31%49.8%-
XYZ11.916.3315.35-
YUV65.19153.29172.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=48.47%
G=9.54%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272511000.800.130.5031067.1129.8
Hex7F196E050D32136431e
Octal177311560120156246610336
Binary1111111110011101110010100001101110010100110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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