Html Css Color HEX #710F9B Dark Magenta

📋 copy color: '#710F9B'

red 113 ◦ green 15 ◦ blue 155

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

Shades of Dark Magenta #710F9B

Tints of Dark Magenta #710F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 39.93%
G = 5.3%
B = 54.77%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#710F9B (or 0x710F9B) is known color: Dark Magenta. HEX triplet: 71, 0F and 9B. RGB value is (113,15,155). Sum of RGB (Red+Green+Blue) = 113+15+155=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #710F9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F9B is #8EF064. Grayscale: #3B3B3B. Windows color (decimal): -9367653 or 10162033. OLE color: 10162033.

HSL color Cylindrical-coordinate representation of color #710F9B: hue angle of 282º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710F9B is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 15 155 -
CMYK 0.27 0.90 0 0.39
HSL 282º 0.82% 0.33% -
HSV(B) 282º 0.9% 0.61% -
XYZ 12.9 6.22 31.53 -
YUV 60.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 113 15 155 0.27 0.90 0 0.39 282 0.82 0.33
Hex 71 F 9B 1B 5A 0 27 11A 52 21
Octal 161 17 233 33 132 0 47 432 122 41
Binary 1110001 1111 10011011 11011 1011010 0 100111 100011010 1010010 100001

Color Harmonies of #710F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F9B

Black with #710F9B

Text Example


Text Example

White with #710F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,155); }

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

background-color css

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

 a { background-color: rgb(113,15,155); }

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

border-color css

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

 span { border-color: rgb(113,15,155); }

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