Html Css Color HEX #7D136D Dark Purple

📋 copy color: '#7D136D'

red 125 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #7D136D

Tints of Dark Purple #7D136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 49.41%
G = 7.51%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D136D (or 0x7D136D) is known color: Dark Purple. HEX triplet: 7D, 13 and 6D. RGB value is (125,19,109). Sum of RGB (Red+Green+Blue) = 125+19+109=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D136D is #82EC92. Grayscale: #3C3C3C. Windows color (decimal): -8580243 or 7148413. OLE color: 7148413.

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

Color convert

RGB 125 19 109 -
CMYK 0 0.85 0.13 0.51
HSL 309.06º 0.74% 0.28% -
HSV(B) 309.06º 0.85% 0.49% -
XYZ 11.45 5.93 15.01 -
YUV 60.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 125 19 109 0 0.85 0.13 0.51 309.06 0.74 0.28
Hex 7D 13 6D 0 55 D 33 135 4A 1C
Octal 175 23 155 0 125 15 63 465 112 34
Binary 1111101 10011 1101101 0 1010101 1101 110011 100110101 1001010 11100

Color Harmonies of #7D136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D136D

Black with #7D136D

Text Example


Text Example

White with #7D136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,109); }

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

background-color css

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

 a { background-color: rgb(125,19,109); }

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

border-color css

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

 span { border-color: rgb(125,19,109); }

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