#712669

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

Shades of Palatinate Purple #712669

Tints of Palatinate Purple #712669

Color information

#712669 (or 0x712669) is unknown color: approx Palatinate Purple. HEX triplet: 71, 26 and 69. RGB value is (113,38,105). Sum of RGB (Red+Green+Blue) = 113+38+105=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #712669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712669 is #8ED996. Grayscale: #434343. Windows color (decimal): -9361815 or 6891121. OLE color: 6891121.

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

Color convert

RGB11338105-
CMYK00.660.070.56
HSL306.4º49.67%29.61%-
HSV(B)306.4º66.37%44.31%-
XYZ10.055.9213.98-
YUV68.06148.85160.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=44.14%
G=14.84%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133810500.660.070.56306.449.6729.61
Hex712669042738132321e
Octal1614615101027704626236
Binary111000110011011010010100001011111100010011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712669; }

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

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

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

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

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

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

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

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