Html Css Color HEX #710E70 Purple

📋 copy color: '#710E70'

red 113 ◦ green 14 ◦ blue 112

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

Shades of Purple #710E70

Tints of Purple #710E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

 BLUE value IS 112 (44.14% from 255) = 46.86%

R = 47.28%
G = 5.86%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710E70 (or 0x710E70) is known color: Purple. HEX triplet: 71, 0E and 70. RGB value is (113,14,112). Sum of RGB (Red+Green+Blue) = 113+14+112=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #710E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710E70 is #8EF18F. Grayscale: #363636. Windows color (decimal): -9367952 or 7343729. OLE color: 7343729.

HSL color Cylindrical-coordinate representation of color #710E70: hue angle of 300.61º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710E70 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 14 112 -
CMYK 0 0.88 0.01 0.56
HSL 300.61º 0.78% 0.25% -
HSV(B) 300.61º 0.88% 0.44% -
XYZ 9.89 4.99 15.77 -
YUV 54.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 113 14 112 0 0.88 0.01 0.56 300.61 0.78 0.25
Hex 71 E 70 0 58 1 38 12D 4E 19
Octal 161 16 160 0 130 1 70 455 116 31
Binary 1110001 1110 1110000 0 1011000 1 111000 100101101 1001110 11001

Color Harmonies of #710E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E70

Black with #710E70

Text Example


Text Example

White with #710E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,14,112); }

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

background-color css

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

 a { background-color: rgb(113,14,112); }

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

border-color css

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

 span { border-color: rgb(113,14,112); }

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