Html Css Color HEX #711D69 Palatinate Purple

📋 copy color: '#711D69'

red 113 ◦ green 29 ◦ blue 105

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

Shades of Palatinate Purple #711D69

Tints of Palatinate Purple #711D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 45.75%
G = 11.74%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#711D69 (or 0x711D69) is known color: Palatinate Purple. HEX triplet: 71, 1D and 69. RGB value is (113,29,105). Sum of RGB (Red+Green+Blue) = 113+29+105=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #711D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D69 is #8EE296. Grayscale: #3E3E3E. Windows color (decimal): -9364119 or 6888817. OLE color: 6888817.

HSL color Cylindrical-coordinate representation of color #711D69: hue angle of 305.71º 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 #711D69 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 29 105 -
CMYK 0 0.74 0.07 0.56
HSL 305.71º 0.59% 0.28% -
HSV(B) 305.71º 0.74% 0.44% -
XYZ 9.8 5.41 13.89 -
YUV 62.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 113 29 105 0 0.74 0.07 0.56 305.71 0.59 0.28
Hex 71 1D 69 0 4A 7 38 132 3B 1C
Octal 161 35 151 0 112 7 70 462 73 34
Binary 1110001 11101 1101001 0 1001010 111 111000 100110010 111011 11100

Color Harmonies of #711D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D69

Black with #711D69

Text Example


Text Example

White with #711D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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