Html Css Color HEX #710976 Purple

📋 copy color: '#710976'

red 113 ◦ green 9 ◦ blue 118

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

Shades of Purple #710976

Tints of Purple #710976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 47.08%
G = 3.75%
B = 49.17%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710976 (or 0x710976) is known color: Purple. HEX triplet: 71, 09 and 76. RGB value is (113,9,118). Sum of RGB (Red+Green+Blue) = 113+9+118=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #710976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710976 is #8EF689. Grayscale: #343434. Windows color (decimal): -9369226 or 7735665. OLE color: 7735665.

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

Color convert

RGB 113 9 118 -
CMYK 0.04 0.92 0 0.54
HSL 297.25º 0.86% 0.25% -
HSV(B) 297.25º 0.92% 0.46% -
XYZ 10.18 5.01 17.57 -
YUV 52.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 113 9 118 0.04 0.92 0 0.54 297.25 0.86 0.25
Hex 71 9 76 4 5C 0 36 129 56 19
Octal 161 11 166 4 134 0 66 451 126 31
Binary 1110001 1001 1110110 100 1011100 0 110110 100101001 1010110 11001

Color Harmonies of #710976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710976

Black with #710976

Text Example


Text Example

White with #710976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710976; }

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

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

background-color css

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

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

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

border-color css

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

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

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