Html Css Color HEX #710599 Purple

📋 copy color: '#710599'

red 113 ◦ green 5 ◦ blue 153

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

Shades of Purple #710599

Tints of Purple #710599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 41.7%
G = 1.85%
B = 56.46%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#710599 (or 0x710599) is known color: Purple. HEX triplet: 71, 05 and 99. RGB value is (113,5,153). Sum of RGB (Red+Green+Blue) = 113+5+153=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #710599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710599 is #8EFA66. Grayscale: #353535. Windows color (decimal): -9370215 or 10028401. OLE color: 10028401.

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

Color convert

RGB 113 5 153 -
CMYK 0.26 0.97 0 0.4
HSL 283.78º 0.94% 0.31% -
HSV(B) 283.78º 0.97% 0.6% -
XYZ 12.61 5.92 30.61 -
YUV 54.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 113 5 153 0.26 0.97 0 0.4 283.78 0.94 0.31
Hex 71 5 99 1A 61 0 28 11C 5E 1F
Octal 161 5 231 32 141 0 50 434 136 37
Binary 1110001 101 10011001 11010 1100001 0 101000 100011100 1011110 11111

Color Harmonies of #710599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710599

Black with #710599

Text Example


Text Example

White with #710599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710599; }

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

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

background-color css

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

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

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

border-color css

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

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

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