Html Css Color HEX #710476 Purple

📋 copy color: '#710476'

red 113 ◦ green 4 ◦ blue 118

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

Shades of Purple #710476

Tints of Purple #710476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 48.09%
G = 1.7%
B = 50.21%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710476 (or 0x710476) is known color: Purple. HEX triplet: 71, 04 and 76. RGB value is (113,4,118). Sum of RGB (Red+Green+Blue) = 113+4+118=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #710476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710476 is #8EFB89. Grayscale: #313131. Windows color (decimal): -9370506 or 7734385. OLE color: 7734385.

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

Color convert

RGB 113 4 118 -
CMYK 0.04 0.97 0 0.54
HSL 297.37º 0.93% 0.24% -
HSV(B) 297.37º 0.97% 0.46% -
XYZ 10.12 4.91 17.55 -
YUV 49.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 113 4 118 0.04 0.97 0 0.54 297.37 0.93 0.24
Hex 71 4 76 4 61 0 36 129 5D 18
Octal 161 4 166 4 141 0 66 451 135 30
Binary 1110001 100 1110110 100 1100001 0 110110 100101001 1011101 11000

Color Harmonies of #710476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710476

Black with #710476

Text Example


Text Example

White with #710476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710476; }

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

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

background-color css

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

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

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

border-color css

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

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

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