#724066

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

Shades of Palatinate Purple #724066

Tints of Palatinate Purple #724066

Color information

#724066 (or 0x724066) is unknown color: approx Palatinate Purple. HEX triplet: 72, 40 and 66. RGB value is (114,64,102). Sum of RGB (Red+Green+Blue) = 114+64+102=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724066 is #8DBF99. Grayscale: #535353. Windows color (decimal): -9289626 or 6701170. OLE color: 6701170.

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

Color convert

RGB11464102-
CMYK00.440.110.55
HSL314.4º28.09%34.9%-
HSV(B)314.4º43.86%44.71%-
XYZ11.178.213.57-
YUV83.28138.56149.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=40.71%
G=22.86%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146410200.440.110.55314.428.0934.9
Hex72406602CB3713a1c23
Octal16210014605413674723443
Binary1110010100000011001100101100101111011110011101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724066; }

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

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

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

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

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

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

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

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