Html Css Color HEX #711670 Palatinate Purple

📋 copy color: '#711670'

red 113 ◦ green 22 ◦ blue 112

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

Shades of Palatinate Purple #711670

Tints of Palatinate Purple #711670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

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

R = 45.75%
G = 8.91%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#711670 (or 0x711670) is known color: Palatinate Purple. HEX triplet: 71, 16 and 70. RGB value is (113,22,112). Sum of RGB (Red+Green+Blue) = 113+22+112=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #711670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711670 is #8EE98F. Grayscale: #3B3B3B. Windows color (decimal): -9365904 or 7345777. OLE color: 7345777.

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

Color convert

RGB 113 22 112 -
CMYK 0 0.81 0.01 0.56
HSL 300.66º 0.67% 0.26% -
HSV(B) 300.66º 0.81% 0.44% -
XYZ 10.02 5.25 15.82 -
YUV 59.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 113 22 112 0 0.81 0.01 0.56 300.66 0.67 0.26
Hex 71 16 70 0 51 1 38 12D 43 1A
Octal 161 26 160 0 121 1 70 455 103 32
Binary 1110001 10110 1110000 0 1010001 1 111000 100101101 1000011 11010

Color Harmonies of #711670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711670

Black with #711670

Text Example


Text Example

White with #711670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711670; }

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

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

background-color css

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

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

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

border-color css

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

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

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