Html Css Color HEX #710C70 Purple

📋 copy color: '#710C70'

red 113 ◦ green 12 ◦ blue 112

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

Shades of Purple #710C70

Tints of Purple #710C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

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

R = 47.68%
G = 5.06%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710C70 (or 0x710C70) is known color: Purple. HEX triplet: 71, 0C and 70. RGB value is (113,12,112). Sum of RGB (Red+Green+Blue) = 113+12+112=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #710C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C70 is #8EF38F. Grayscale: #353535. Windows color (decimal): -9368464 or 7343217. OLE color: 7343217.

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

Color convert

RGB 113 12 112 -
CMYK 0 0.89 0.01 0.56
HSL 300.59º 0.81% 0.25% -
HSV(B) 300.59º 0.89% 0.44% -
XYZ 9.87 4.94 15.76 -
YUV 53.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 113 12 112 0 0.89 0.01 0.56 300.59 0.81 0.25
Hex 71 C 70 0 59 1 38 12D 51 19
Octal 161 14 160 0 131 1 70 455 121 31
Binary 1110001 1100 1110000 0 1011001 1 111000 100101101 1010001 11001

Color Harmonies of #710C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C70

Black with #710C70

Text Example


Text Example

White with #710C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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