#722368

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

Shades of Palatinate Purple #722368

Tints of Palatinate Purple #722368

Color information

#722368 (or 0x722368) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 68. RGB value is (114,35,104). Sum of RGB (Red+Green+Blue) = 114+35+104=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #722368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722368 is #8DDC97. Grayscale: #424242. Windows color (decimal): -9297048 or 6824818. OLE color: 6824818.

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

Color convert

RGB11435104-
CMYK00.690.090.55
HSL307.59º53.02%29.22%-
HSV(B)307.59º69.3%44.71%-
XYZ10.045.7813.68-
YUV66.49149.17161.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=45.06%
G=13.83%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143510400.690.090.55307.5953.0229.22
Hex722368045937134351d
Octal16243150010511674646535
Binary1110010100011110100001000101100111011110011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722368; }

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

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

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

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

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

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

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

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