#723067

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

Shades of Palatinate Purple #723067

Tints of Palatinate Purple #723067

Color information

#723067 (or 0x723067) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 67. RGB value is (114,48,103). Sum of RGB (Red+Green+Blue) = 114+48+103=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #723067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723067 is #8DCF98. Grayscale: #494949. Windows color (decimal): -9293721 or 6762610. OLE color: 6762610.

HSL color Cylindrical-coordinate representation of color #723067: hue angle of 310º 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 #723067 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11448103-
CMYK00.580.100.55
HSL310º40.74%31.76%-
HSV(B)310º57.89%44.71%-
XYZ10.446.6713.57-
YUV74144.37156.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=43.02%
G=18.11%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144810300.580.100.5531040.7431.76
Hex72306703AA371362920
Octal1626014707212674665140
Binary1110010110000110011101110101010110111100110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723067; }

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

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

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

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

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

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

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

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