Html Css Color HEX #711072 Purple

📋 copy color: '#711072'

red 113 ◦ green 16 ◦ blue 114

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

Shades of Purple #711072

Tints of Purple #711072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 46.5%
G = 6.58%
B = 46.91%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711072 (or 0x711072) is known color: Purple. HEX triplet: 71, 10 and 72. RGB value is (113,16,114). Sum of RGB (Red+Green+Blue) = 113+16+114=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #711072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711072 is #8EEF8D. Grayscale: #373737. Windows color (decimal): -9367438 or 7475313. OLE color: 7475313.

HSL color Cylindrical-coordinate representation of color #711072: hue angle of 299.39º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711072 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 16 114 -
CMYK 0.01 0.86 0 0.55
HSL 299.39º 0.75% 0.25% -
HSV(B) 299.39º 0.86% 0.45% -
XYZ 10.03 5.1 16.37 -
YUV 56.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 113 16 114 0.01 0.86 0 0.55 299.39 0.75 0.25
Hex 71 10 72 1 56 0 37 12B 4B 19
Octal 161 20 162 1 126 0 67 453 113 31
Binary 1110001 10000 1110010 1 1010110 0 110111 100101011 1001011 11001

Color Harmonies of #711072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711072

Black with #711072

Text Example


Text Example

White with #711072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711072; }

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

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

background-color css

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

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

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

border-color css

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

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

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