Html Css Color HEX #710D9D Dark Magenta

📋 copy color: '#710D9D'

red 113 ◦ green 13 ◦ blue 157

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

Shades of Dark Magenta #710D9D

Tints of Dark Magenta #710D9D

RGB

 RED value IS 113 (44.53% from 255) = 39.93%

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 39.93%
G = 4.59%
B = 55.48%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#710D9D (or 0x710D9D) is known color: Dark Magenta. HEX triplet: 71, 0D and 9D. RGB value is (113,13,157). Sum of RGB (Red+Green+Blue) = 113+13+157=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #710D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710D9D is #8EF262. Grayscale: #3A3A3A. Windows color (decimal): -9368163 or 10292593. OLE color: 10292593.

HSL color Cylindrical-coordinate representation of color #710D9D: hue angle of 281.67º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710D9D is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 13 157 -
CMYK 0.28 0.92 0 0.38
HSL 281.67º 0.85% 0.33% -
HSV(B) 281.67º 0.92% 0.62% -
XYZ 13.04 6.23 32.41 -
YUV 59.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 113 13 157 0.28 0.92 0 0.38 281.67 0.85 0.33
Hex 71 D 9D 1C 5C 0 26 11A 55 21
Octal 161 15 235 34 134 0 46 432 125 41
Binary 1110001 1101 10011101 11100 1011100 0 100110 100011010 1010101 100001

Color Harmonies of #710D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D9D

Black with #710D9D

Text Example


Text Example

White with #710D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710D9D; }

 p { color: rgb(113,13,157); }

 H1.HeaderClassName
 {
   color: #710D9D;
 }
 .AnyTagClassName
 {
   color: #710D9D;
 }
</style>

background-color css

<style>
 a { background-color: #710D9D; }

 a { background-color: rgb(113,13,157); }

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

border-color css

<style>
 span { border-color: #710D9D; }

 span { border-color: rgb(113,13,157); }

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