#724168

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

Shades of Palatinate Purple #724168

Tints of Palatinate Purple #724168

Color information

#724168 (or 0x724168) is unknown color: approx Palatinate Purple. HEX triplet: 72, 41 and 68. RGB value is (114,65,104). Sum of RGB (Red+Green+Blue) = 114+65+104=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724168 is #8DBE97. Grayscale: #535353. Windows color (decimal): -9289368 or 6832498. OLE color: 6832498.

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

Color convert

RGB11465104-
CMYK00.430.090.55
HSL312.24º27.37%35.1%-
HSV(B)312.24º42.98%44.71%-
XYZ11.338.3614.11-
YUV84.1139.23149.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=40.28%
G=22.97%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146510400.430.090.55312.2427.3735.1
Hex72416802B9371381b23
Octal16210115005311674703343
Binary1110010100000111010000101011100111011110011100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724168; }

 p { color: rgb(114,65,104); }

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

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

 a { background-color: rgb(114,65,104); }

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

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

 span { border-color: rgb(114,65,104); }

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