#714168

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

Shades of Palatinate Purple #714168

Tints of Palatinate Purple #714168

Color information

#714168 (or 0x714168) is unknown color: approx Palatinate Purple. HEX triplet: 71, 41 and 68. RGB value is (113,65,104). Sum of RGB (Red+Green+Blue) = 113+65+104=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714168 is #8EBE97. Grayscale: #535353. Windows color (decimal): -9354904 or 6832497. OLE color: 6832497.

HSL color Cylindrical-coordinate representation of color #714168: hue angle of 311.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714168 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11365104-
CMYK00.420.080.56
HSL311.25º26.97%34.9%-
HSV(B)311.25º42.48%44.31%-
XYZ11.28.2914.11-
YUV83.8139.4148.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=40.07%
G=23.05%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136510400.420.080.56311.2526.9734.9
Hex71416802A8381371b23
Octal16110115005210704673343
Binary1110001100000111010000101010100011100010011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714168; }

 p { color: rgb(113,65,104); }

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

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

 a { background-color: rgb(113,65,104); }

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

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

 span { border-color: rgb(113,65,104); }

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