#7F1964

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

Shades of Dark Purple #7F1964

Tints of Dark Purple #7F1964

Color information

#7F1964 (or 0x7F1964) is unknown color: approx Dark Purple. HEX triplet: 7F, 19 and 64. RGB value is (127,25,100). Sum of RGB (Red+Green+Blue) = 127+25+100=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1964 is #80E69B. Grayscale: #3F3F3F. Windows color (decimal): -8447644 or 6560127. OLE color: 6560127.

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

Color convert

RGB12725100-
CMYK00.800.210.50
HSL315.88º67.11%29.8%-
HSV(B)315.88º80.31%49.8%-
XYZ11.46.1312.64-
YUV64.05148.29172.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.40%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=50.40%
G=9.92%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272510000.800.210.50315.8867.1129.8
Hex7F1964050153213c431e
Octal177311440120256247410336
Binary11111111100111001000101000010101110010100111100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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