#7F247F

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

Shades of Dark Purple #7F247F

Tints of Dark Purple #7F247F

Color information

#7F247F (or 0x7F247F) is unknown color: approx Dark Purple. HEX triplet: 7F, 24 and 7F. RGB value is (127,36,127). Sum of RGB (Red+Green+Blue) = 127+36+127=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F247F is #80DB80. Grayscale: #494949. Windows color (decimal): -8444801 or 8332415. OLE color: 8332415.

HSL color Cylindrical-coordinate representation of color #7F247F: hue angle of 300º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F247F is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12736127-
CMYK00.7200.50
HSL300º55.83%31.96%-
HSV(B)300º71.65%49.8%-
XYZ13.217.3120.79-
YUV73.58158.15166.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.79%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 127 (50% from 255) = 43.79%
R=43.79%
G=12.41%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1273612700.7200.5030055.8331.96
Hex7F247F04803212c3820
Octal1774417701100624547040
Binary11111111001001111111010010000110010100101100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,36,127); }

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

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

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

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

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

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

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