#714366

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

Shades of Palatinate Purple #714366

Tints of Palatinate Purple #714366

Color information

#714366 (or 0x714366) is unknown color: approx Palatinate Purple. HEX triplet: 71, 43 and 66. RGB value is (113,67,102). Sum of RGB (Red+Green+Blue) = 113+67+102=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714366 is #8EBC99. Grayscale: #545454. Windows color (decimal): -9354394 or 6701937. OLE color: 6701937.

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

Color convert

RGB11367102-
CMYK00.410.100.56
HSL314.35º25.56%35.29%-
HSV(B)314.35º40.71%44.31%-
XYZ11.228.4813.62-
YUV84.74137.74148.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=40.07%
G=23.76%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136710200.410.100.56314.3525.5635.29
Hex714366029A3813a1a23
Octal16110314605112704723243
Binary1110001100001111001100101001101011100010011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714366; }

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

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

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

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

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

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

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

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