Html Css Color HEX #711488 Purple

📋 copy color: '#711488'

red 113 ◦ green 20 ◦ blue 136

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

Shades of Purple #711488

Tints of Purple #711488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 42.01%
G = 7.43%
B = 50.56%

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

#711488 (or 0x711488) is known color: Purple. HEX triplet: 71, 14 and 88. RGB value is (113,20,136). Sum of RGB (Red+Green+Blue) = 113+20+136=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #711488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711488 is #8EEB77. Grayscale: #3C3C3C. Windows color (decimal): -9366392 or 8918129. OLE color: 8918129.

HSL color Cylindrical-coordinate representation of color #711488: hue angle of 288.1º degrees, saturation: 0.74, 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 #711488 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 20 136 -
CMYK 0.17 0.85 0 0.47
HSL 288.1º 0.74% 0.31% -
HSV(B) 288.1º 0.85% 0.53% -
XYZ 11.5 5.79 23.8 -
YUV 61.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 113 20 136 0.17 0.85 0 0.47 288.1 0.74 0.31
Hex 71 14 88 11 55 0 2F 120 4A 1F
Octal 161 24 210 21 125 0 57 440 112 37
Binary 1110001 10100 10001000 10001 1010101 0 101111 100100000 1001010 11111

Color Harmonies of #711488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711488

Black with #711488

Text Example


Text Example

White with #711488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711488; }

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

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

background-color css

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

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

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

border-color css

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

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

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