#7D145F

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

Shades of Dark Purple #7D145F

Tints of Dark Purple #7D145F

Color information

#7D145F (or 0x7D145F) is unknown color: approx Dark Purple. HEX triplet: 7D, 14 and 5F. RGB value is (125,20,95). Sum of RGB (Red+Green+Blue) = 125+20+95=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D145F is #82EBA0. Grayscale: #3B3B3B. Windows color (decimal): -8580001 or 6231165. OLE color: 6231165.

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

Color convert

RGB1252095-
CMYK00.840.240.51
HSL317.14º72.41%28.43%-
HSV(B)317.14º84%49.02%-
XYZ10.775.6911.36-
YUV59.94147.79174.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.08%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=52.08%
G=8.33%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125209500.840.240.51317.1472.4128.43
Hex7D145F054183313d481c
Octal175241370124306347511034
Binary11111011010010111110101010011000110011100111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,20,95); }

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

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

 a { background-color: rgb(125,20,95); }

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

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

 span { border-color: rgb(125,20,95); }

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