Html Css Color HEX #710B9E Dark Magenta

📋 copy color: '#710B9E'

red 113 ◦ green 11 ◦ blue 158

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

Shades of Dark Magenta #710B9E

Tints of Dark Magenta #710B9E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 158 (62.11% from 255) = 56.03%

R = 40.07%
G = 3.9%
B = 56.03%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#710B9E (or 0x710B9E) is known color: Dark Magenta. HEX triplet: 71, 0B and 9E. RGB value is (113,11,158). Sum of RGB (Red+Green+Blue) = 113+11+158=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #710B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B9E is #8EF461. Grayscale: #393939. Windows color (decimal): -9368674 or 10357617. OLE color: 10357617.

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

Color convert

RGB 113 11 158 -
CMYK 0.28 0.93 0 0.38
HSL 281.63º 0.87% 0.33% -
HSV(B) 281.63º 0.93% 0.62% -
XYZ 13.1 6.22 32.86 -
YUV 58.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 113 11 158 0.28 0.93 0 0.38 281.63 0.87 0.33
Hex 71 B 9E 1C 5D 0 26 11A 57 21
Octal 161 13 236 34 135 0 46 432 127 41
Binary 1110001 1011 10011110 11100 1011101 0 100110 100011010 1010111 100001

Color Harmonies of #710B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B9E

Black with #710B9E

Text Example


Text Example

White with #710B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,158); }

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

background-color css

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

 a { background-color: rgb(113,11,158); }

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

border-color css

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

 span { border-color: rgb(113,11,158); }

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