#714165

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

Shades of Palatinate Purple #714165

Tints of Palatinate Purple #714165

Color information

#714165 (or 0x714165) is unknown color: approx Palatinate Purple. HEX triplet: 71, 41 and 65. RGB value is (113,65,101). Sum of RGB (Red+Green+Blue) = 113+65+101=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714165 is #8EBE9A. Grayscale: #535353. Windows color (decimal): -9354907 or 6635889. OLE color: 6635889.

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

Color convert

RGB11365101-
CMYK00.420.110.56
HSL315º26.97%34.9%-
HSV(B)315º42.48%44.31%-
XYZ11.058.2313.32-
YUV83.46137.9149.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=40.50%
G=23.30%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136510100.420.110.5631526.9734.9
Hex71416502AB3813b1b23
Octal16110114505213704733343
Binary1110001100000111001010101010101111100010011101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714165; }

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

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

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

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

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

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

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

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