Html Css Color HEX #711669 Palatinate Purple

📋 copy color: '#711669'

red 113 ◦ green 22 ◦ blue 105

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

Shades of Palatinate Purple #711669

Tints of Palatinate Purple #711669

RGB

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

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

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

R = 47.08%
G = 9.17%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#711669 (or 0x711669) is known color: Palatinate Purple. HEX triplet: 71, 16 and 69. RGB value is (113,22,105). Sum of RGB (Red+Green+Blue) = 113+22+105=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711669 is #8EE996. Grayscale: #3A3A3A. Windows color (decimal): -9365911 or 6887025. OLE color: 6887025.

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

Color convert

RGB 113 22 105 -
CMYK 0 0.81 0.07 0.56
HSL 305.27º 0.67% 0.26% -
HSV(B) 305.27º 0.81% 0.44% -
XYZ 9.65 5.1 13.84 -
YUV 58.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 113 22 105 0 0.81 0.07 0.56 305.27 0.67 0.26
Hex 71 16 69 0 51 7 38 131 43 1A
Octal 161 26 151 0 121 7 70 461 103 32
Binary 1110001 10110 1101001 0 1010001 111 111000 100110001 1000011 11010

Color Harmonies of #711669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711669

Black with #711669

Text Example


Text Example

White with #711669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711669; }

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

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

background-color css

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

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

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

border-color css

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

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

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