Html Css Color HEX #711764 Palatinate Purple

📋 copy color: '#711764'

red 113 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #711764

Tints of Palatinate Purple #711764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 47.88%
G = 9.75%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#711764 (or 0x711764) is known color: Palatinate Purple. HEX triplet: 71, 17 and 64. RGB value is (113,23,100). Sum of RGB (Red+Green+Blue) = 113+23+100=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711764 is #8EE89B. Grayscale: #3A3A3A. Windows color (decimal): -9365660 or 6559601. OLE color: 6559601.

HSL color Cylindrical-coordinate representation of color #711764: hue angle of 308.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 #711764 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 100 -
CMYK 0 0.80 0.12 0.56
HSL 308.67º 0.66% 0.27% -
HSV(B) 308.67º 0.8% 0.44% -
XYZ 9.42 5.04 12.53 -
YUV 58.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 113 23 100 0 0.80 0.12 0.56 308.67 0.66 0.27
Hex 71 17 64 0 50 C 38 135 42 1B
Octal 161 27 144 0 120 14 70 465 102 33
Binary 1110001 10111 1100100 0 1010000 1100 111000 100110101 1000010 11011

Color Harmonies of #711764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711764

Black with #711764

Text Example


Text Example

White with #711764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711764; }

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

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

background-color css

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

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

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

border-color css

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

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

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