#723468

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

Shades of Palatinate Purple #723468

Tints of Palatinate Purple #723468

Color information

#723468 (or 0x723468) is unknown color: approx Palatinate Purple. HEX triplet: 72, 34 and 68. RGB value is (114,52,104). Sum of RGB (Red+Green+Blue) = 114+52+104=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #723468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723468 is #8DCB97. Grayscale: #4C4C4C. Windows color (decimal): -9292696 or 6829170. OLE color: 6829170.

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

Color convert

RGB11452104-
CMYK00.540.090.55
HSL309.68º37.35%32.55%-
HSV(B)309.68º54.39%44.71%-
XYZ10.677.0313.89-
YUV76.47143.54154.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=42.22%
G=19.26%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145210400.540.090.55309.6837.3532.55
Hex7234680369371362521
Octal1626415006611674664541
Binary1110010110100110100001101101001110111100110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723468; }

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

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

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

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

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

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

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

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