#723065

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

Shades of Palatinate Purple #723065

Tints of Palatinate Purple #723065

Color information

#723065 (or 0x723065) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 65. RGB value is (114,48,101). Sum of RGB (Red+Green+Blue) = 114+48+101=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #723065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723065 is #8DCF9A. Grayscale: #494949. Windows color (decimal): -9293723 or 6631538. OLE color: 6631538.

HSL color Cylindrical-coordinate representation of color #723065: hue angle of 311.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #723065 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11448101-
CMYK00.580.110.55
HSL311.82º40.74%31.76%-
HSV(B)311.82º57.89%44.71%-
XYZ10.356.6313.05-
YUV73.78143.37156.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=43.35%
G=18.25%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144810100.580.110.55311.8240.7431.76
Hex72306503AB371382920
Octal1626014507213674705140
Binary1110010110000110010101110101011110111100111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723065; }

 p { color: rgb(114,48,101); }

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

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

 a { background-color: rgb(114,48,101); }

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

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

 span { border-color: rgb(114,48,101); }

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