Html Css Color HEX #710988 Purple

📋 copy color: '#710988'

red 113 ◦ green 9 ◦ blue 136

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

Shades of Purple #710988

Tints of Purple #710988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 43.8%
G = 3.49%
B = 52.71%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710988 (or 0x710988) is known color: Purple. HEX triplet: 71, 09 and 88. RGB value is (113,9,136). Sum of RGB (Red+Green+Blue) = 113+9+136=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #710988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710988 is #8EF677. Grayscale: #363636. Windows color (decimal): -9369208 or 8915313. OLE color: 8915313.

HSL color Cylindrical-coordinate representation of color #710988: hue angle of 289.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710988 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 9 136 -
CMYK 0.17 0.93 0 0.47
HSL 289.13º 0.88% 0.28% -
HSV(B) 289.13º 0.93% 0.53% -
XYZ 11.35 5.48 23.75 -
YUV 54.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 113 9 136 0.17 0.93 0 0.47 289.13 0.88 0.28
Hex 71 9 88 11 5D 0 2F 121 58 1C
Octal 161 11 210 21 135 0 57 441 130 34
Binary 1110001 1001 10001000 10001 1011101 0 101111 100100001 1011000 11100

Color Harmonies of #710988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710988

Black with #710988

Text Example


Text Example

White with #710988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710988; }

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

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

background-color css

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

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

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

border-color css

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

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

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