Html Css Color HEX #711069 Palatinate Purple

📋 copy color: '#711069'

red 113 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #711069

Tints of Palatinate Purple #711069

RGB

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

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

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

R = 48.29%
G = 6.84%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#711069 (or 0x711069) is known color: Palatinate Purple. HEX triplet: 71, 10 and 69. RGB value is (113,16,105). Sum of RGB (Red+Green+Blue) = 113+16+105=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711069 is #8EEF96. Grayscale: #363636. Windows color (decimal): -9367447 or 6885489. OLE color: 6885489.

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

Color convert

RGB 113 16 105 -
CMYK 0 0.86 0.07 0.56
HSL 304.95º 0.75% 0.25% -
HSV(B) 304.95º 0.86% 0.44% -
XYZ 9.55 4.9 13.81 -
YUV 55.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 113 16 105 0 0.86 0.07 0.56 304.95 0.75 0.25
Hex 71 10 69 0 56 7 38 131 4B 19
Octal 161 20 151 0 126 7 70 461 113 31
Binary 1110001 10000 1101001 0 1010110 111 111000 100110001 1001011 11001

Color Harmonies of #711069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711069

Black with #711069

Text Example


Text Example

White with #711069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711069; }

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

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

background-color css

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

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

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

border-color css

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

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

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