Html Css Color HEX #711966 Palatinate Purple

📋 copy color: '#711966'

red 113 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #711966

Tints of Palatinate Purple #711966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 47.08%
G = 10.42%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#711966 (or 0x711966) is known color: Palatinate Purple. HEX triplet: 71, 19 and 66. RGB value is (113,25,102). Sum of RGB (Red+Green+Blue) = 113+25+102=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711966 is #8EE699. Grayscale: #3B3B3B. Windows color (decimal): -9365146 or 6691185. OLE color: 6691185.

HSL color Cylindrical-coordinate representation of color #711966: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711966 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 102 -
CMYK 0 0.78 0.10 0.56
HSL 307.5º 0.64% 0.27% -
HSV(B) 307.5º 0.78% 0.44% -
XYZ 9.56 5.17 13.06 -
YUV 60.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 113 25 102 0 0.78 0.10 0.56 307.5 0.64 0.27
Hex 71 19 66 0 4E A 38 134 40 1B
Octal 161 31 146 0 116 12 70 464 100 33
Binary 1110001 11001 1100110 0 1001110 1010 111000 100110100 1000000 11011

Color Harmonies of #711966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711966

Black with #711966

Text Example


Text Example

White with #711966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711966; }

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

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

background-color css

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

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

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

border-color css

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

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

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