#7D1873

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

Shades of Dark Purple #7D1873

Tints of Dark Purple #7D1873

Color information

#7D1873 (or 0x7D1873) is unknown color: approx Dark Purple. HEX triplet: 7D, 18 and 73. RGB value is (125,24,115). Sum of RGB (Red+Green+Blue) = 125+24+115=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1873 is #82E78C. Grayscale: #404040. Windows color (decimal): -8578957 or 7542909. OLE color: 7542909.

HSL color Cylindrical-coordinate representation of color #7D1873: hue angle of 305.94º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D1873 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12524115-
CMYK00.810.080.51
HSL305.94º67.79%29.22%-
HSV(B)305.94º80.8%49.02%-
XYZ11.886.2516.8-
YUV64.57156.46171.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.35%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=47.35%
G=9.09%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1252411500.810.080.51305.9467.7929.22
Hex7D1873051833132441d
Octal175301630121106346210435
Binary1111101110001110011010100011000110011100110010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,24,115); }

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

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

 a { background-color: rgb(125,24,115); }

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

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

 span { border-color: rgb(125,24,115); }

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