#723968

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

Shades of Palatinate Purple #723968

Tints of Palatinate Purple #723968

Color information

#723968 (or 0x723968) is unknown color: approx Palatinate Purple. HEX triplet: 72, 39 and 68. RGB value is (114,57,104). Sum of RGB (Red+Green+Blue) = 114+57+104=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #723968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723968 is #8DC697. Grayscale: #4F4F4F. Windows color (decimal): -9291416 or 6830450. OLE color: 6830450.

HSL color Cylindrical-coordinate representation of color #723968: hue angle of 310.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723968 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11457104-
CMYK00.500.090.55
HSL310.53º33.33%33.53%-
HSV(B)310.53º50%44.71%-
XYZ10.97.513.97-
YUV79.4141.88152.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=41.45%
G=20.73%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145710400.500.090.55310.5333.3333.53
Hex7239680329371372122
Octal1627115006211674674142
Binary1110010111001110100001100101001110111100110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723968; }

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

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

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

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

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

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

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

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