#722968

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

Shades of Palatinate Purple #722968

Tints of Palatinate Purple #722968

Color information

#722968 (or 0x722968) is unknown color: approx Palatinate Purple. HEX triplet: 72, 29 and 68. RGB value is (114,41,104). Sum of RGB (Red+Green+Blue) = 114+41+104=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #722968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722968 is #8DD697. Grayscale: #454545. Windows color (decimal): -9295512 or 6826354. OLE color: 6826354.

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

Color convert

RGB11441104-
CMYK00.640.090.55
HSL308.22º47.1%30.39%-
HSV(B)308.22º64.04%44.71%-
XYZ10.236.1613.75-
YUV70.01147.18159.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=44.02%
G=15.83%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144110400.640.090.55308.2247.130.39
Hex7229680409371342f1e
Octal16251150010011674645736
Binary1110010101001110100001000000100111011110011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722968; }

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

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

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

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

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

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

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

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