Html Css Color HEX #711084 Purple

📋 copy color: '#711084'

red 113 ◦ green 16 ◦ blue 132

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

Shades of Purple #711084

Tints of Purple #711084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 43.3%
G = 6.13%
B = 50.57%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711084 (or 0x711084) is known color: Purple. HEX triplet: 71, 10 and 84. RGB value is (113,16,132). Sum of RGB (Red+Green+Blue) = 113+16+132=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #711084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711084 is #8EEF7B. Grayscale: #393939. Windows color (decimal): -9367420 or 8654961. OLE color: 8654961.

HSL color Cylindrical-coordinate representation of color #711084: hue angle of 290.17º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711084 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 16 132 -
CMYK 0.14 0.88 0 0.48
HSL 290.17º 0.78% 0.29% -
HSV(B) 290.17º 0.88% 0.52% -
XYZ 11.16 5.55 22.31 -
YUV 58.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 113 16 132 0.14 0.88 0 0.48 290.17 0.78 0.29
Hex 71 10 84 E 58 0 30 122 4E 1D
Octal 161 20 204 16 130 0 60 442 116 35
Binary 1110001 10000 10000100 1110 1011000 0 110000 100100010 1001110 11101

Color Harmonies of #711084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711084

Black with #711084

Text Example


Text Example

White with #711084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711084; }

 p { color: rgb(113,16,132); }

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

background-color css

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

 a { background-color: rgb(113,16,132); }

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

border-color css

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

 span { border-color: rgb(113,16,132); }

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