Html Css Color HEX #710993 Purple

📋 copy color: '#710993'

red 113 ◦ green 9 ◦ blue 147

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

Shades of Purple #710993

Tints of Purple #710993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 42.01%
G = 3.35%
B = 54.65%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710993 (or 0x710993) is known color: Purple. HEX triplet: 71, 09 and 93. RGB value is (113,9,147). Sum of RGB (Red+Green+Blue) = 113+9+147=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #710993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710993 is #8EF66C. Grayscale: #373737. Windows color (decimal): -9369197 or 9636209. OLE color: 9636209.

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

Color convert

RGB 113 9 147 -
CMYK 0.23 0.94 0 0.42
HSL 285.22º 0.88% 0.31% -
HSV(B) 285.22º 0.94% 0.58% -
XYZ 12.17 5.81 28.08 -
YUV 55.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 113 9 147 0.23 0.94 0 0.42 285.22 0.88 0.31
Hex 71 9 93 17 5E 0 2A 11D 58 1F
Octal 161 11 223 27 136 0 52 435 130 37
Binary 1110001 1001 10010011 10111 1011110 0 101010 100011101 1011000 11111

Color Harmonies of #710993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710993

Black with #710993

Text Example


Text Example

White with #710993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710993; }

 p { color: rgb(113,9,147); }

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

background-color css

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

 a { background-color: rgb(113,9,147); }

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

border-color css

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

 span { border-color: rgb(113,9,147); }

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