#712C67

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

Shades of Palatinate Purple #712C67

Tints of Palatinate Purple #712C67

Color information

#712C67 (or 0x712C67) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2C and 67. RGB value is (113,44,103). Sum of RGB (Red+Green+Blue) = 113+44+103=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #712C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C67 is #8ED398. Grayscale: #474747. Windows color (decimal): -9360281 or 6761585. OLE color: 6761585.

HSL color Cylindrical-coordinate representation of color #712C67: hue angle of 308.7º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C67 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11344103-
CMYK00.610.090.56
HSL308.7º43.95%30.78%-
HSV(B)308.7º61.06%44.31%-
XYZ10.166.2913.51-
YUV71.36145.86157.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=43.46%
G=16.92%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134410300.610.090.56308.743.9530.78
Hex712C6703D9381352c1f
Octal1615414707511704655437
Binary111000110110011001110111101100111100010011010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712C67; }

 p { color: rgb(113,44,103); }

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

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

 a { background-color: rgb(113,44,103); }

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

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

 span { border-color: rgb(113,44,103); }

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