#7D246F

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

Shades of Dark Purple #7D246F

Tints of Dark Purple #7D246F

Color information

#7D246F (or 0x7D246F) is unknown color: approx Dark Purple. HEX triplet: 7D, 24 and 6F. RGB value is (125,36,111). Sum of RGB (Red+Green+Blue) = 125+36+111=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D246F is #82DB90. Grayscale: #464646. Windows color (decimal): -8575889 or 7283837. OLE color: 7283837.

HSL color Cylindrical-coordinate representation of color #7D246F: hue angle of 309.44º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D246F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12536111-
CMYK00.710.110.51
HSL309.44º55.28%31.57%-
HSV(B)309.44º71.2%49.02%-
XYZ11.966.7715.72-
YUV71.16150.49166.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=45.96%
G=13.24%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1253611100.710.110.51309.4455.2831.57
Hex7D246F047B331353720
Octal17544157010713634656740
Binary11111011001001101111010001111011110011100110101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,36,111); }

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

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

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

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

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

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

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