Html Css Color HEX #710195 Purple

📋 copy color: '#710195'

red 113 ◦ green 1 ◦ blue 149

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

Shades of Purple #710195

Tints of Purple #710195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 42.97%
G = 0.38%
B = 56.65%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710195 (or 0x710195) is known color: Purple. HEX triplet: 71, 01 and 95. RGB value is (113,1,149). Sum of RGB (Red+Green+Blue) = 113+1+149=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #710195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710195 is #8EFE6A. Grayscale: #323232. Windows color (decimal): -9371243 or 9765233. OLE color: 9765233.

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

Color convert

RGB 113 1 149 -
CMYK 0.24 0.99 0 0.42
HSL 285.41º 0.99% 0.29% -
HSV(B) 285.41º 0.99% 0.58% -
XYZ 12.25 5.7 28.89 -
YUV 51.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 113 1 149 0.24 0.99 0 0.42 285.41 0.99 0.29
Hex 71 1 95 18 63 0 2A 11D 63 1D
Octal 161 1 225 30 143 0 52 435 143 35
Binary 1110001 1 10010101 11000 1100011 0 101010 100011101 1100011 11101

Color Harmonies of #710195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710195

Black with #710195

Text Example


Text Example

White with #710195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710195; }

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

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

background-color css

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

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

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

border-color css

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

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

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