Html Css Color HEX #710C76 Purple

📋 copy color: '#710C76'

red 113 ◦ green 12 ◦ blue 118

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

Shades of Purple #710C76

Tints of Purple #710C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 46.5%
G = 4.94%
B = 48.56%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710C76 (or 0x710C76) is known color: Purple. HEX triplet: 71, 0C and 76. RGB value is (113,12,118). Sum of RGB (Red+Green+Blue) = 113+12+118=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #710C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C76 is #8EF389. Grayscale: #353535. Windows color (decimal): -9368458 or 7736433. OLE color: 7736433.

HSL color Cylindrical-coordinate representation of color #710C76: hue angle of 297.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710C76 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 12 118 -
CMYK 0.04 0.90 0 0.54
HSL 297.17º 0.82% 0.25% -
HSV(B) 297.17º 0.9% 0.46% -
XYZ 10.21 5.08 17.58 -
YUV 54.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 113 12 118 0.04 0.90 0 0.54 297.17 0.82 0.25
Hex 71 C 76 4 5A 0 36 129 52 19
Octal 161 14 166 4 132 0 66 451 122 31
Binary 1110001 1100 1110110 100 1011010 0 110110 100101001 1010010 11001

Color Harmonies of #710C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C76

Black with #710C76

Text Example


Text Example

White with #710C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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