Html Css Color HEX #710799 Purple

📋 copy color: '#710799'

red 113 ◦ green 7 ◦ blue 153

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

Shades of Purple #710799

Tints of Purple #710799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 41.39%
G = 2.56%
B = 56.04%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#710799 (or 0x710799) is known color: Purple. HEX triplet: 71, 07 and 99. RGB value is (113,7,153). Sum of RGB (Red+Green+Blue) = 113+7+153=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #710799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710799 is #8EF866. Grayscale: #363636. Windows color (decimal): -9369703 or 10028913. OLE color: 10028913.

HSL color Cylindrical-coordinate representation of color #710799: hue angle of 283.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710799 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 7 153 -
CMYK 0.26 0.95 0 0.4
HSL 283.56º 0.91% 0.31% -
HSV(B) 283.56º 0.95% 0.6% -
XYZ 12.64 5.96 30.62 -
YUV 55.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 113 7 153 0.26 0.95 0 0.4 283.56 0.91 0.31
Hex 71 7 99 1A 5F 0 28 11C 5B 1F
Octal 161 7 231 32 137 0 50 434 133 37
Binary 1110001 111 10011001 11010 1011111 0 101000 100011100 1011011 11111

Color Harmonies of #710799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710799

Black with #710799

Text Example


Text Example

White with #710799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710799; }

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

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

background-color css

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

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

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

border-color css

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

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

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