Html Css Color HEX #711066 Palatinate Purple

📋 copy color: '#711066'

red 113 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #711066

Tints of Palatinate Purple #711066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 48.92%
G = 6.93%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#711066 (or 0x711066) is known color: Palatinate Purple. HEX triplet: 71, 10 and 66. RGB value is (113,16,102). Sum of RGB (Red+Green+Blue) = 113+16+102=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #711066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711066 is #8EEF99. Grayscale: #363636. Windows color (decimal): -9367450 or 6688881. OLE color: 6688881.

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

Color convert

RGB 113 16 102 -
CMYK 0 0.86 0.10 0.56
HSL 306.8º 0.75% 0.25% -
HSV(B) 306.8º 0.86% 0.44% -
XYZ 9.39 4.84 13.01 -
YUV 54.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 113 16 102 0 0.86 0.10 0.56 306.8 0.75 0.25
Hex 71 10 66 0 56 A 38 133 4B 19
Octal 161 20 146 0 126 12 70 463 113 31
Binary 1110001 10000 1100110 0 1010110 1010 111000 100110011 1001011 11001

Color Harmonies of #711066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711066

Black with #711066

Text Example


Text Example

White with #711066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711066; }

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

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

background-color css

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

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

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

border-color css

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

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

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