Html Css Color HEX #710391 Purple

📋 copy color: '#710391'

red 113 ◦ green 3 ◦ blue 145

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

Shades of Purple #710391

Tints of Purple #710391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 43.3%
G = 1.15%
B = 55.56%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710391 (or 0x710391) is known color: Purple. HEX triplet: 71, 03 and 91. RGB value is (113,3,145). Sum of RGB (Red+Green+Blue) = 113+3+145=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #710391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710391 is #8EFC6E. Grayscale: #333333. Windows color (decimal): -9370735 or 9503601. OLE color: 9503601.

HSL color Cylindrical-coordinate representation of color #710391: hue angle of 286.48º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710391 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 3 145 -
CMYK 0.22 0.98 0 0.43
HSL 286.48º 0.96% 0.29% -
HSV(B) 286.48º 0.98% 0.57% -
XYZ 11.95 5.62 27.24 -
YUV 52.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 113 3 145 0.22 0.98 0 0.43 286.48 0.96 0.29
Hex 71 3 91 16 62 0 2B 11E 60 1D
Octal 161 3 221 26 142 0 53 436 140 35
Binary 1110001 11 10010001 10110 1100010 0 101011 100011110 1100000 11101

Color Harmonies of #710391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710391

Black with #710391

Text Example


Text Example

White with #710391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710391; }

 p { color: rgb(113,3,145); }

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

background-color css

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

 a { background-color: rgb(113,3,145); }

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

border-color css

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

 span { border-color: rgb(113,3,145); }

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