#714066

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

Shades of Palatinate Purple #714066

Tints of Palatinate Purple #714066

Color information

#714066 (or 0x714066) is unknown color: approx Palatinate Purple. HEX triplet: 71, 40 and 66. RGB value is (113,64,102). Sum of RGB (Red+Green+Blue) = 113+64+102=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714066 is #8EBF99. Grayscale: #525252. Windows color (decimal): -9355162 or 6701169. OLE color: 6701169.

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

Color convert

RGB11364102-
CMYK00.430.100.56
HSL313.47º27.68%34.71%-
HSV(B)313.47º43.36%44.31%-
XYZ11.048.1413.56-
YUV82.98138.73149.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=40.50%
G=22.94%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136410200.430.100.56313.4727.6834.71
Hex71406602BA381391c23
Octal16110014605312704713443
Binary1110001100000011001100101011101011100010011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714066; }

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

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

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

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

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

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

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

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