#7D0C6F

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

Shades of Dark Purple #7D0C6F

Tints of Dark Purple #7D0C6F

Color information

#7D0C6F (or 0x7D0C6F) is unknown color: approx Dark Purple. HEX triplet: 7D, 0C and 6F. RGB value is (125,12,111). Sum of RGB (Red+Green+Blue) = 125+12+111=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0C6F is #82F390. Grayscale: #383838. Windows color (decimal): -8582033 or 7277693. OLE color: 7277693.

HSL color Cylindrical-coordinate representation of color #7D0C6F: hue angle of 307.43º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C6F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12512111-
CMYK00.900.110.51
HSL307.43º82.48%26.86%-
HSV(B)307.43º90.4%49.02%-
XYZ11.465.7715.55-
YUV57.07158.44176.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.40%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=50.40%
G=4.84%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251211100.900.110.51307.4382.4826.86
Hex7DC6F05AB33133521b
Octal175141570132136346312233
Binary111110111001101111010110101011110011100110011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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