Html Css Color HEX #710D8E Purple

📋 copy color: '#710D8E'

red 113 ◦ green 13 ◦ blue 142

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

Shades of Purple #710D8E

Tints of Purple #710D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 42.16%
G = 4.85%
B = 52.99%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#710D8E (or 0x710D8E) is known color: Purple. HEX triplet: 71, 0D and 8E. RGB value is (113,13,142). Sum of RGB (Red+Green+Blue) = 113+13+142=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #710D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710D8E is #8EF271. Grayscale: #393939. Windows color (decimal): -9368178 or 9309553. OLE color: 9309553.

HSL color Cylindrical-coordinate representation of color #710D8E: hue angle of 286.51º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710D8E is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 13 142 -
CMYK 0.20 0.91 0 0.44
HSL 286.51º 0.83% 0.3% -
HSV(B) 286.51º 0.91% 0.56% -
XYZ 11.84 5.75 26.08 -
YUV 57.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 113 13 142 0.20 0.91 0 0.44 286.51 0.83 0.3
Hex 71 D 8E 14 5B 0 2C 11F 53 1E
Octal 161 15 216 24 133 0 54 437 123 36
Binary 1110001 1101 10001110 10100 1011011 0 101100 100011111 1010011 11110

Color Harmonies of #710D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D8E

Black with #710D8E

Text Example


Text Example

White with #710D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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