#7F1680

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

Shades of Dark Purple #7F1680

Tints of Dark Purple #7F1680

Color information

#7F1680 (or 0x7F1680) is unknown color: approx Dark Purple. HEX triplet: 7F, 16 and 80. RGB value is (127,22,128). Sum of RGB (Red+Green+Blue) = 127+22+128=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F1680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1680 is #80E97F. Grayscale: #414141. Windows color (decimal): -8448384 or 8394367. OLE color: 8394367.

HSL color Cylindrical-coordinate representation of color #7F1680: hue angle of 299.43º degrees, saturation: 0.71, 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 #7F1680 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12722128-
CMYK0.010.8300.50
HSL299.43º70.67%29.41%-
HSV(B)299.43º82.81%50.2%-
XYZ12.946.6421.02-
YUV65.48163.29171.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=45.85%
G=7.94%
B=46.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127221280.010.8300.50299.4370.6729.41
Hex7F168015303212b471d
Octal17726200112306245310735
Binary11111111011010000000110100110110010100101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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