#7F1A65

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

Shades of Dark Purple #7F1A65

Tints of Dark Purple #7F1A65

Color information

#7F1A65 (or 0x7F1A65) is unknown color: approx Dark Purple. HEX triplet: 7F, 1A and 65. RGB value is (127,26,101). Sum of RGB (Red+Green+Blue) = 127+26+101=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A65 is #80E59A. Grayscale: #404040. Windows color (decimal): -8447387 or 6625919. OLE color: 6625919.

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

Color convert

RGB12726101-
CMYK00.800.200.50
HSL315.45º66.01%30%-
HSV(B)315.45º79.53%49.8%-
XYZ11.476.1912.9-
YUV64.75148.46172.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=50%
G=10.24%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272610100.800.200.50315.4566.0130
Hex7F1A65050143213b421e
Octal177321450120246247310236
Binary11111111101011001010101000010100110010100111011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,101); }

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

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

 a { background-color: rgb(127,26,101); }

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

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

 span { border-color: rgb(127,26,101); }

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