Html Css Color HEX #711270 Purple

📋 copy color: '#711270'

red 113 ◦ green 18 ◦ blue 112

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

Shades of Purple #711270

Tints of Purple #711270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 46.5%
G = 7.41%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#711270 (or 0x711270) is known color: Purple. HEX triplet: 71, 12 and 70. RGB value is (113,18,112). Sum of RGB (Red+Green+Blue) = 113+18+112=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #711270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711270 is #8EED8F. Grayscale: #383838. Windows color (decimal): -9366928 or 7344753. OLE color: 7344753.

HSL color Cylindrical-coordinate representation of color #711270: hue angle of 300.63º 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 #711270 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 112 -
CMYK 0 0.84 0.01 0.56
HSL 300.63º 0.73% 0.26% -
HSV(B) 300.63º 0.84% 0.44% -
XYZ 9.95 5.11 15.79 -
YUV 57.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 113 18 112 0 0.84 0.01 0.56 300.63 0.73 0.26
Hex 71 12 70 0 54 1 38 12D 49 1A
Octal 161 22 160 0 124 1 70 455 111 32
Binary 1110001 10010 1110000 0 1010100 1 111000 100101101 1001001 11010

Color Harmonies of #711270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711270

Black with #711270

Text Example


Text Example

White with #711270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711270; }

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

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

background-color css

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

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

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

border-color css

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

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

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