Html Css Color HEX #711767 Palatinate Purple

📋 copy color: '#711767'

red 113 ◦ green 23 ◦ blue 103

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

Shades of Palatinate Purple #711767

Tints of Palatinate Purple #711767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 47.28%
G = 9.62%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#711767 (or 0x711767) is known color: Palatinate Purple. HEX triplet: 71, 17 and 67. RGB value is (113,23,103). Sum of RGB (Red+Green+Blue) = 113+23+103=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #711767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711767 is #8EE898. Grayscale: #3A3A3A. Windows color (decimal): -9365657 or 6756209. OLE color: 6756209.

HSL color Cylindrical-coordinate representation of color #711767: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711767 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 103 -
CMYK 0 0.80 0.09 0.56
HSL 306.67º 0.66% 0.27% -
HSV(B) 306.67º 0.8% 0.44% -
XYZ 9.56 5.1 13.31 -
YUV 59.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 113 23 103 0 0.80 0.09 0.56 306.67 0.66 0.27
Hex 71 17 67 0 50 9 38 133 42 1B
Octal 161 27 147 0 120 11 70 463 102 33
Binary 1110001 10111 1100111 0 1010000 1001 111000 100110011 1000010 11011

Color Harmonies of #711767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711767

Black with #711767

Text Example


Text Example

White with #711767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711767; }

 p { color: rgb(113,23,103); }

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

background-color css

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

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

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

border-color css

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

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

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