#7F1B60

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

Shades of Dark Purple #7F1B60

Tints of Dark Purple #7F1B60

Color information

#7F1B60 (or 0x7F1B60) is unknown color: approx Dark Purple. HEX triplet: 7F, 1B and 60. RGB value is (127,27,96). Sum of RGB (Red+Green+Blue) = 127+27+96=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1B60 is #80E49F. Grayscale: #404040. Windows color (decimal): -8447136 or 6298495. OLE color: 6298495.

HSL color Cylindrical-coordinate representation of color #7F1B60: hue angle of 318.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F1B60 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1272796-
CMYK00.790.240.50
HSL318.6º64.94%30.2%-
HSV(B)318.6º78.74%49.8%-
XYZ11.266.1411.66-
YUV64.77145.63172.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.8%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=50.8%
G=10.8%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127279600.790.240.50318.664.9430.2
Hex7F1B6004F183213f411e
Octal177331400117306247710136
Binary11111111101111000000100111111000110010100111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,27,96); }

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

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

 a { background-color: rgb(127,27,96); }

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

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

 span { border-color: rgb(127,27,96); }

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