Html Css Color HEX #7D1D87 Dark Purple

📋 copy color: '#7D1D87'

red 125 ◦ green 29 ◦ blue 135

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

Shades of Dark Purple #7D1D87

Tints of Dark Purple #7D1D87

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 43.25%
G = 10.03%
B = 46.71%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D1D87 (or 0x7D1D87) is known color: Dark Purple. HEX triplet: 7D, 1D and 87. RGB value is (125,29,135). Sum of RGB (Red+Green+Blue) = 125+29+135=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D1D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1D87 is #82E278. Grayscale: #454545. Windows color (decimal): -8577657 or 8854909. OLE color: 8854909.

HSL color Cylindrical-coordinate representation of color #7D1D87: hue angle of 294.34º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1D87 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 29 135 -
CMYK 0.07 0.79 0 0.47
HSL 294.34º 0.65% 0.32% -
HSV(B) 294.34º 0.79% 0.53% -
XYZ 13.27 6.99 23.57 -
YUV 69.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 125 29 135 0.07 0.79 0 0.47 294.34 0.65 0.32
Hex 7D 1D 87 7 4F 0 2F 126 41 20
Octal 175 35 207 7 117 0 57 446 101 40
Binary 1111101 11101 10000111 111 1001111 0 101111 100100110 1000001 100000

Color Harmonies of #7D1D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1D87

Black with #7D1D87

Text Example


Text Example

White with #7D1D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,29,135); }

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

background-color css

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

 a { background-color: rgb(125,29,135); }

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

border-color css

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

 span { border-color: rgb(125,29,135); }

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