#7D125E

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

Shades of Dark Purple #7D125E

Tints of Dark Purple #7D125E

Color information

#7D125E (or 0x7D125E) is unknown color: approx Dark Purple. HEX triplet: 7D, 12 and 5E. RGB value is (125,18,94). Sum of RGB (Red+Green+Blue) = 125+18+94=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D125E is #82EDA1. Grayscale: #3A3A3A. Windows color (decimal): -8580514 or 6165117. OLE color: 6165117.

HSL color Cylindrical-coordinate representation of color #7D125E: hue angle of 317.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D125E is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1251894-
CMYK00.860.250.51
HSL317.38º74.83%28.04%-
HSV(B)317.38º85.6%49.02%-
XYZ10.695.611.11-
YUV58.66147.95175.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=52.74%
G=7.59%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125189400.860.250.51317.3874.8328.04
Hex7D125E056193313d4b1c
Octal175221360126316347511334
Binary11111011001010111100101011011001110011100111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,18,94); }

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

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

 a { background-color: rgb(125,18,94); }

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

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

 span { border-color: rgb(125,18,94); }

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