Html Css Color HEX #7D106F Dark Purple

📋 copy color: '#7D106F'

red 125 ◦ green 16 ◦ blue 111

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

Shades of Dark Purple #7D106F

Tints of Dark Purple #7D106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 49.6%
G = 6.35%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D106F (or 0x7D106F) is known color: Dark Purple. HEX triplet: 7D, 10 and 6F. RGB value is (125,16,111). Sum of RGB (Red+Green+Blue) = 125+16+111=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D106F is #82EF90. Grayscale: #3B3B3B. Windows color (decimal): -8581009 or 7278717. OLE color: 7278717.

HSL color Cylindrical-coordinate representation of color #7D106F: hue angle of 307.71º 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 #7D106F is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 16 111 -
CMYK 0 0.87 0.11 0.51
HSL 307.71º 0.77% 0.28% -
HSV(B) 307.71º 0.87% 0.49% -
XYZ 11.51 5.88 15.57 -
YUV 59.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 125 16 111 0 0.87 0.11 0.51 307.71 0.77 0.28
Hex 7D 10 6F 0 57 B 33 134 4D 1C
Octal 175 20 157 0 127 13 63 464 115 34
Binary 1111101 10000 1101111 0 1010111 1011 110011 100110100 1001101 11100

Color Harmonies of #7D106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D106F

Black with #7D106F

Text Example


Text Example

White with #7D106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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