Html Css Color HEX #711277 Purple

📋 copy color: '#711277'

red 113 ◦ green 18 ◦ blue 119

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

Shades of Purple #711277

Tints of Purple #711277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 45.2%
G = 7.2%
B = 47.6%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711277 (or 0x711277) is known color: Purple. HEX triplet: 71, 12 and 77. RGB value is (113,18,119). Sum of RGB (Red+Green+Blue) = 113+18+119=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #711277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711277 is #8EED88. Grayscale: #393939. Windows color (decimal): -9366921 or 7803505. OLE color: 7803505.

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

Color convert

RGB 113 18 119 -
CMYK 0.05 0.85 0 0.53
HSL 296.44º 0.74% 0.27% -
HSV(B) 296.44º 0.85% 0.47% -
XYZ 10.36 5.28 17.93 -
YUV 57.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 113 18 119 0.05 0.85 0 0.53 296.44 0.74 0.27
Hex 71 12 77 5 55 0 35 128 4A 1B
Octal 161 22 167 5 125 0 65 450 112 33
Binary 1110001 10010 1110111 101 1010101 0 110101 100101000 1001010 11011

Color Harmonies of #711277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711277

Black with #711277

Text Example


Text Example

White with #711277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711277; }

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

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

background-color css

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

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

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

border-color css

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

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

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