#7f1c74

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

Shades of Dark Purple #7F1C74

Tints of Dark Purple #7F1C74

Color information

#7F1C74 (or 0x7F1C74) is unknown color: approx Dark Purple. HEX triplet: 7F, 1C and 74. RGB value is (127,28,116). Sum of RGB (Red+Green+Blue) = 127+28+116=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1C74 is #80E38B. Grayscale: #434343. Windows color (decimal): -8446860 or 7609471. OLE color: 7609471.

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

Color convert

RGB12728116-
CMYK00.780.090.50
HSL306.67º63.87%30.39%-
HSV(B)306.67º77.95%49.8%-
XYZ12.326.617.15-
YUV67.63155.3170.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.86%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=46.86%
G=10.33%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272811600.780.090.50306.6763.8730.39
Hex7F1C7404E932133401e
Octal177341640116116246310036
Binary1111111111001110100010011101001110010100110011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f1c74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,28,116); }

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

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

 a { background-color: rgb(127,28,116); }

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

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

 span { border-color: rgb(127,28,116); }

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