Html Css Color HEX #7D106D Dark Purple

📋 copy color: '#7D106D'

red 125 ◦ green 16 ◦ blue 109

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

Shades of Dark Purple #7D106D

Tints of Dark Purple #7D106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 50%
G = 6.4%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D106D (or 0x7D106D) is known color: Dark Purple. HEX triplet: 7D, 10 and 6D. RGB value is (125,16,109). Sum of RGB (Red+Green+Blue) = 125+16+109=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D106D is #82EF92. Grayscale: #3A3A3A. Windows color (decimal): -8581011 or 7147645. OLE color: 7147645.

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

Color convert

RGB 125 16 109 -
CMYK 0 0.87 0.13 0.51
HSL 308.81º 0.77% 0.28% -
HSV(B) 308.81º 0.87% 0.49% -
XYZ 11.4 5.83 14.99 -
YUV 59.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 125 16 109 0 0.87 0.13 0.51 308.81 0.77 0.28
Hex 7D 10 6D 0 57 D 33 135 4D 1C
Octal 175 20 155 0 127 15 63 465 115 34
Binary 1111101 10000 1101101 0 1010111 1101 110011 100110101 1001101 11100

Color Harmonies of #7D106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D106D

Black with #7D106D

Text Example


Text Example

White with #7D106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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