Html Css Color HEX #711470 Dark Purple

📋 copy color: '#711470'

red 113 ◦ green 20 ◦ blue 112

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

Shades of Dark Purple #711470

Tints of Dark Purple #711470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 46.12%
G = 8.16%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#711470 (or 0x711470) is known color: Dark Purple. HEX triplet: 71, 14 and 70. RGB value is (113,20,112). Sum of RGB (Red+Green+Blue) = 113+20+112=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #711470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711470 is #8EEB8F. Grayscale: #3A3A3A. Windows color (decimal): -9366416 or 7345265. OLE color: 7345265.

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

Color convert

RGB 113 20 112 -
CMYK 0 0.82 0.01 0.56
HSL 300.65º 0.7% 0.26% -
HSV(B) 300.65º 0.82% 0.44% -
XYZ 9.98 5.18 15.8 -
YUV 58.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 113 20 112 0 0.82 0.01 0.56 300.65 0.7 0.26
Hex 71 14 70 0 52 1 38 12D 46 1A
Octal 161 24 160 0 122 1 70 455 106 32
Binary 1110001 10100 1110000 0 1010010 1 111000 100101101 1000110 11010

Color Harmonies of #711470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711470

Black with #711470

Text Example


Text Example

White with #711470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711470; }

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

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

background-color css

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

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

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

border-color css

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

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

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