Html Css Color HEX #711588 Purple

📋 copy color: '#711588'

red 113 ◦ green 21 ◦ blue 136

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

Shades of Purple #711588

Tints of Purple #711588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 41.85%
G = 7.78%
B = 50.37%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711588 (or 0x711588) is known color: Purple. HEX triplet: 71, 15 and 88. RGB value is (113,21,136). Sum of RGB (Red+Green+Blue) = 113+21+136=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #711588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711588 is #8EEA77. Grayscale: #3D3D3D. Windows color (decimal): -9366136 or 8918385. OLE color: 8918385.

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

Color convert

RGB 113 21 136 -
CMYK 0.17 0.85 0 0.47
HSL 288º 0.73% 0.31% -
HSV(B) 288º 0.85% 0.53% -
XYZ 11.52 5.82 23.81 -
YUV 61.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 113 21 136 0.17 0.85 0 0.47 288 0.73 0.31
Hex 71 15 88 11 55 0 2F 120 49 1F
Octal 161 25 210 21 125 0 57 440 111 37
Binary 1110001 10101 10001000 10001 1010101 0 101111 100100000 1001001 11111

Color Harmonies of #711588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711588

Black with #711588

Text Example


Text Example

White with #711588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711588; }

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

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

background-color css

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

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

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

border-color css

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

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

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