Html Css Color HEX #710595 Purple

📋 copy color: '#710595'

red 113 ◦ green 5 ◦ blue 149

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

Shades of Purple #710595

Tints of Purple #710595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 42.32%
G = 1.87%
B = 55.81%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710595 (or 0x710595) is known color: Purple. HEX triplet: 71, 05 and 95. RGB value is (113,5,149). Sum of RGB (Red+Green+Blue) = 113+5+149=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #710595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710595 is #8EFA6A. Grayscale: #353535. Windows color (decimal): -9370219 or 9766257. OLE color: 9766257.

HSL color Cylindrical-coordinate representation of color #710595: hue angle of 285º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710595 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 5 149 -
CMYK 0.24 0.97 0 0.42
HSL 285º 0.94% 0.3% -
HSV(B) 285º 0.97% 0.58% -
XYZ 12.29 5.79 28.9 -
YUV 53.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 113 5 149 0.24 0.97 0 0.42 285 0.94 0.3
Hex 71 5 95 18 61 0 2A 11D 5E 1E
Octal 161 5 225 30 141 0 52 435 136 36
Binary 1110001 101 10010101 11000 1100001 0 101010 100011101 1011110 11110

Color Harmonies of #710595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710595

Black with #710595

Text Example


Text Example

White with #710595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710595; }

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

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

background-color css

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

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

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

border-color css

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

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

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