Html Css Color HEX #711271 Purple

📋 copy color: '#711271'

red 113 ◦ green 18 ◦ blue 113

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

Shades of Purple #711271

Tints of Purple #711271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 46.31%
G = 7.38%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#711271 (or 0x711271) is known color: Purple. HEX triplet: 71, 12 and 71. RGB value is (113,18,113). Sum of RGB (Red+Green+Blue) = 113+18+113=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711271 is #8EED8E. Grayscale: #383838. Windows color (decimal): -9366927 or 7410289. OLE color: 7410289.

HSL color Cylindrical-coordinate representation of color #711271: hue angle of 300º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711271 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 113 -
CMYK 0 0.84 0 0.56
HSL 300º 0.73% 0.26% -
HSV(B) 300º 0.84% 0.44% -
XYZ 10.01 5.14 16.09 -
YUV 57.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 113 18 113 0 0.84 0 0.56 300 0.73 0.26
Hex 71 12 71 0 54 0 38 12C 49 1A
Octal 161 22 161 0 124 0 70 454 111 32
Binary 1110001 10010 1110001 0 1010100 0 111000 100101100 1001001 11010

Color Harmonies of #711271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711271

Black with #711271

Text Example


Text Example

White with #711271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711271; }

 p { color: rgb(113,18,113); }

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

background-color css

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

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

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

border-color css

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

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

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