Html Css Color HEX #711766 Palatinate Purple

📋 copy color: '#711766'

red 113 ◦ green 23 ◦ blue 102

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

Shades of Palatinate Purple #711766

Tints of Palatinate Purple #711766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 47.48%
G = 9.66%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#711766 (or 0x711766) is known color: Palatinate Purple. HEX triplet: 71, 17 and 66. RGB value is (113,23,102). Sum of RGB (Red+Green+Blue) = 113+23+102=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #711766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711766 is #8EE899. Grayscale: #3A3A3A. Windows color (decimal): -9365658 or 6690673. OLE color: 6690673.

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

Color convert

RGB 113 23 102 -
CMYK 0 0.80 0.10 0.56
HSL 307.33º 0.66% 0.27% -
HSV(B) 307.33º 0.8% 0.44% -
XYZ 9.51 5.08 13.05 -
YUV 58.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 113 23 102 0 0.80 0.10 0.56 307.33 0.66 0.27
Hex 71 17 66 0 50 A 38 133 42 1B
Octal 161 27 146 0 120 12 70 463 102 33
Binary 1110001 10111 1100110 0 1010000 1010 111000 100110011 1000010 11011

Color Harmonies of #711766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711766

Black with #711766

Text Example


Text Example

White with #711766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711766; }

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

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

background-color css

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

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

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

border-color css

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

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

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