Html Css Color HEX #710588 Purple

📋 copy color: '#710588'

red 113 ◦ green 5 ◦ blue 136

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

Shades of Purple #710588

Tints of Purple #710588

RGB

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

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

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

R = 44.49%
G = 1.97%
B = 53.54%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710588 (or 0x710588) is known color: Purple. HEX triplet: 71, 05 and 88. RGB value is (113,5,136). Sum of RGB (Red+Green+Blue) = 113+5+136=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #710588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710588 is #8EFA77. Grayscale: #333333. Windows color (decimal): -9370232 or 8914289. OLE color: 8914289.

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

Color convert

RGB 113 5 136 -
CMYK 0.17 0.96 0 0.47
HSL 289.47º 0.93% 0.28% -
HSV(B) 289.47º 0.96% 0.53% -
XYZ 11.31 5.4 23.74 -
YUV 52.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 113 5 136 0.17 0.96 0 0.47 289.47 0.93 0.28
Hex 71 5 88 11 60 0 2F 121 5D 1C
Octal 161 5 210 21 140 0 57 441 135 34
Binary 1110001 101 10001000 10001 1100000 0 101111 100100001 1011101 11100

Color Harmonies of #710588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710588

Black with #710588

Text Example


Text Example

White with #710588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710588; }

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

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

background-color css

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

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

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

border-color css

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

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

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