#724267

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

Shades of Palatinate Purple #724267

Tints of Palatinate Purple #724267

Color information

#724267 (or 0x724267) is unknown color: approx Palatinate Purple. HEX triplet: 72, 42 and 67. RGB value is (114,66,103). Sum of RGB (Red+Green+Blue) = 114+66+103=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724267 is #8DBD98. Grayscale: #545454. Windows color (decimal): -9289113 or 6767218. OLE color: 6767218.

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

Color convert

RGB11466103-
CMYK00.420.100.55
HSL313.75º26.67%35.29%-
HSV(B)313.75º42.11%44.71%-
XYZ11.348.4513.87-
YUV84.57138.4148.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=40.28%
G=23.32%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146610300.420.100.55313.7526.6735.29
Hex72426702AA3713a1b23
Octal16210214705212674723343
Binary1110010100001011001110101010101011011110011101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724267; }

 p { color: rgb(114,66,103); }

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

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

 a { background-color: rgb(114,66,103); }

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

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

 span { border-color: rgb(114,66,103); }

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