#7F1568

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

Shades of Dark Purple #7F1568

Tints of Dark Purple #7F1568

Color information

#7F1568 (or 0x7F1568) is unknown color: approx Dark Purple. HEX triplet: 7F, 15 and 68. RGB value is (127,21,104). Sum of RGB (Red+Green+Blue) = 127+21+104=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1568 is #80EA97. Grayscale: #3D3D3D. Windows color (decimal): -8448664 or 6821247. OLE color: 6821247.

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

Color convert

RGB12721104-
CMYK00.830.180.50
HSL313.02º71.62%29.02%-
HSV(B)313.02º83.46%49.8%-
XYZ11.526.0513.66-
YUV62.16151.62174.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.40%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=50.40%
G=8.33%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272110400.830.180.50313.0271.6229.02
Hex7F15680531232139481d
Octal177251500123226247111035
Binary11111111010111010000101001110010110010100111001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,104); }

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

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

 a { background-color: rgb(127,21,104); }

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

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

 span { border-color: rgb(127,21,104); }

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