Html Css Color HEX #710676 Purple

📋 copy color: '#710676'

red 113 ◦ green 6 ◦ blue 118

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

Shades of Purple #710676

Tints of Purple #710676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

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

R = 47.68%
G = 2.53%
B = 49.79%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710676 (or 0x710676) is known color: Purple. HEX triplet: 71, 06 and 76. RGB value is (113,6,118). Sum of RGB (Red+Green+Blue) = 113+6+118=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #710676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710676 is #8EF989. Grayscale: #323232. Windows color (decimal): -9369994 or 7734897. OLE color: 7734897.

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

Color convert

RGB 113 6 118 -
CMYK 0.04 0.95 0 0.54
HSL 297.32º 0.9% 0.24% -
HSV(B) 297.32º 0.95% 0.46% -
XYZ 10.15 4.95 17.56 -
YUV 50.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 113 6 118 0.04 0.95 0 0.54 297.32 0.9 0.24
Hex 71 6 76 4 5F 0 36 129 5A 18
Octal 161 6 166 4 137 0 66 451 132 30
Binary 1110001 110 1110110 100 1011111 0 110110 100101001 1011010 11000

Color Harmonies of #710676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710676

Black with #710676

Text Example


Text Example

White with #710676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710676; }

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

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

background-color css

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

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

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

border-color css

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

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

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