Html Css Color HEX #711666 Palatinate Purple

📋 copy color: '#711666'

red 113 ◦ green 22 ◦ blue 102

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

Shades of Palatinate Purple #711666

Tints of Palatinate Purple #711666

RGB

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

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

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

R = 47.68%
G = 9.28%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#711666 (or 0x711666) is known color: Palatinate Purple. HEX triplet: 71, 16 and 66. RGB value is (113,22,102). Sum of RGB (Red+Green+Blue) = 113+22+102=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #711666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711666 is #8EE999. Grayscale: #3A3A3A. Windows color (decimal): -9365914 or 6690417. OLE color: 6690417.

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

Color convert

RGB 113 22 102 -
CMYK 0 0.81 0.10 0.56
HSL 307.25º 0.67% 0.26% -
HSV(B) 307.25º 0.81% 0.44% -
XYZ 9.5 5.04 13.04 -
YUV 58.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 113 22 102 0 0.81 0.10 0.56 307.25 0.67 0.26
Hex 71 16 66 0 51 A 38 133 43 1A
Octal 161 26 146 0 121 12 70 463 103 32
Binary 1110001 10110 1100110 0 1010001 1010 111000 100110011 1000011 11010

Color Harmonies of #711666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711666

Black with #711666

Text Example


Text Example

White with #711666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711666; }

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

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

background-color css

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

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

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

border-color css

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

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

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