Html Css Color HEX #7D115F Dark Purple

📋 copy color: '#7D115F'

red 125 ◦ green 17 ◦ blue 95

#7D115F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #7D115F

Tints of Dark Purple #7D115F

RGB

 RED value IS 125 (49.22% from 255) = 52.74%

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 52.74%
G = 7.17%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D115F (or 0x7D115F) is known color: Dark Purple. HEX triplet: 7D, 11 and 5F. RGB value is (125,17,95). Sum of RGB (Red+Green+Blue) = 125+17+95=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D115F is #82EEA0. Grayscale: #393939. Windows color (decimal): -8580769 or 6230397. OLE color: 6230397.

HSL color Cylindrical-coordinate representation of color #7D115F: hue angle of 316.67º degrees, saturation: 0.76, 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 #7D115F is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 95 -
CMYK 0 0.86 0.24 0.51
HSL 316.67º 0.76% 0.28% -
HSV(B) 316.67º 0.86% 0.49% -
XYZ 10.72 5.59 11.34 -
YUV 58.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 125 17 95 0 0.86 0.24 0.51 316.67 0.76 0.28
Hex 7D 11 5F 0 56 18 33 13D 4C 1C
Octal 175 21 137 0 126 30 63 475 114 34
Binary 1111101 10001 1011111 0 1010110 11000 110011 100111101 1001100 11100

Color Harmonies of #7D115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D115F

Black with #7D115F

Text Example


Text Example

White with #7D115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D115F;
 }
 .AnyTagClassName
 {
   color: #7D115F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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