Html Css Color HEX #710779 Purple

📋 copy color: '#710779'

red 113 ◦ green 7 ◦ blue 121

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

Shades of Purple #710779

Tints of Purple #710779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 46.89%
G = 2.9%
B = 50.21%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710779 (or 0x710779) is known color: Purple. HEX triplet: 71, 07 and 79. RGB value is (113,7,121). Sum of RGB (Red+Green+Blue) = 113+7+121=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #710779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710779 is #8EF886. Grayscale: #333333. Windows color (decimal): -9369735 or 7931761. OLE color: 7931761.

HSL color Cylindrical-coordinate representation of color #710779: hue angle of 295.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710779 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 7 121 -
CMYK 0.07 0.94 0 0.53
HSL 295.79º 0.89% 0.25% -
HSV(B) 295.79º 0.94% 0.47% -
XYZ 10.34 5.04 18.52 -
YUV 51.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 113 7 121 0.07 0.94 0 0.53 295.79 0.89 0.25
Hex 71 7 79 7 5E 0 35 128 59 19
Octal 161 7 171 7 136 0 65 450 131 31
Binary 1110001 111 1111001 111 1011110 0 110101 100101000 1011001 11001

Color Harmonies of #710779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710779

Black with #710779

Text Example


Text Example

White with #710779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710779; }

 p { color: rgb(113,7,121); }

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

background-color css

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

 a { background-color: rgb(113,7,121); }

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

border-color css

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

 span { border-color: rgb(113,7,121); }

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