#712169

Color #712169 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #712169

Tints of Palatinate Purple #712169

Color information

#712169 (or 0x712169) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 69. RGB value is (113,33,105). Sum of RGB (Red+Green+Blue) = 113+33+105=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712169 is #8EDE96. Grayscale: #404040. Windows color (decimal): -9363095 or 6889841. OLE color: 6889841.

HSL color Cylindrical-coordinate representation of color #712169: hue angle of 306º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712169 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11333105-
CMYK00.710.070.56
HSL306º54.79%28.63%-
HSV(B)306º70.8%44.31%-
XYZ9.95.6213.93-
YUV65.13150.5162.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=45.02%
G=13.15%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133310500.710.070.5630654.7928.63
Hex712169047738132371d
Octal1614115101077704626735
Binary111000110000111010010100011111111100010011001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712169; }

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

 H1.HeaderClassName
 {
   color: #712169;
 }
 .AnyTagClassName
 {
   color: #712169;
 }
</style>
background-color css

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

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

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

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

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

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