Html Css Color HEX #710076 Purple

📋 copy color: '#710076'

red 113 ◦ green 0 ◦ blue 118

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

Shades of Purple #710076

Tints of Purple #710076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.92%
G = 0%
B = 51.08%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710076 (or 0x710076) is known color: Purple. HEX triplet: 71, 00 and 76. RGB value is (113,0,118). Sum of RGB (Red+Green+Blue) = 113+0+118=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #710076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710076 is #8EFF89. Grayscale: #2E2E2E. Windows color (decimal): -9371530 or 7733361. OLE color: 7733361.

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

Color convert

RGB 113 0 118 -
CMYK 0.04 1 0 0.54
HSL 297.46º 1% 0.23% -
HSV(B) 297.46º 1% 0.46% -
XYZ 10.08 4.82 17.54 -
YUV 47.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 113 0 118 0.04 1 0 0.54 297.46 1 0.23
Hex 71 0 76 4 64 0 36 129 64 17
Octal 161 0 166 4 144 0 66 451 144 27
Binary 1110001 0 1110110 100 1100100 0 110110 100101001 1100100 10111

Color Harmonies of #710076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710076

Black with #710076

Text Example


Text Example

White with #710076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710076; }

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

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

background-color css

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

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

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

border-color css

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

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

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