#714166

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

Shades of Palatinate Purple #714166

Tints of Palatinate Purple #714166

Color information

#714166 (or 0x714166) is unknown color: approx Palatinate Purple. HEX triplet: 71, 41 and 66. RGB value is (113,65,102). Sum of RGB (Red+Green+Blue) = 113+65+102=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714166 is #8EBE99. Grayscale: #535353. Windows color (decimal): -9354906 or 6701425. OLE color: 6701425.

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

Color convert

RGB11365102-
CMYK00.420.100.56
HSL313.75º26.97%34.9%-
HSV(B)313.75º42.48%44.31%-
XYZ11.18.2513.58-
YUV83.57138.4148.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=40.36%
G=23.21%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136510200.420.100.56313.7526.9734.9
Hex71416602AA3813a1b23
Octal16110114605212704723343
Binary1110001100000111001100101010101011100010011101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714166; }

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

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

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

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

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

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

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

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