Html Css Color HEX #711D66 Palatinate Purple

📋 copy color: '#711D66'

red 113 ◦ green 29 ◦ blue 102

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

Shades of Palatinate Purple #711D66

Tints of Palatinate Purple #711D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

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

R = 46.31%
G = 11.89%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#711D66 (or 0x711D66) is known color: Palatinate Purple. HEX triplet: 71, 1D and 66. RGB value is (113,29,102). Sum of RGB (Red+Green+Blue) = 113+29+102=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #711D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D66 is #8EE299. Grayscale: #3E3E3E. Windows color (decimal): -9364122 or 6692209. OLE color: 6692209.

HSL color Cylindrical-coordinate representation of color #711D66: hue angle of 307.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D66 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 29 102 -
CMYK 0 0.74 0.10 0.56
HSL 307.86º 0.59% 0.28% -
HSV(B) 307.86º 0.74% 0.44% -
XYZ 9.65 5.35 13.09 -
YUV 62.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 113 29 102 0 0.74 0.10 0.56 307.86 0.59 0.28
Hex 71 1D 66 0 4A A 38 134 3B 1C
Octal 161 35 146 0 112 12 70 464 73 34
Binary 1110001 11101 1100110 0 1001010 1010 111000 100110100 111011 11100

Color Harmonies of #711D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D66

Black with #711D66

Text Example


Text Example

White with #711D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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