#723362

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

Shades of Palatinate Purple #723362

Tints of Palatinate Purple #723362

Color information

#723362 (or 0x723362) is unknown color: approx Palatinate Purple. HEX triplet: 72, 33 and 62. RGB value is (114,51,98). Sum of RGB (Red+Green+Blue) = 114+51+98=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #723362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723362 is #8DCC9D. Grayscale: #4B4B4B. Windows color (decimal): -9292958 or 6435698. OLE color: 6435698.

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

Color convert

RGB1145198-
CMYK00.550.140.55
HSL315.24º38.18%32.35%-
HSV(B)315.24º55.26%44.71%-
XYZ10.336.8312.33-
YUV75.19140.87155.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=43.35%
G=19.39%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114519800.550.140.55315.2438.1832.35
Hex723362037E3713b2620
Octal1626314206716674734640
Binary1110010110011110001001101111110110111100111011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723362; }

 p { color: rgb(114,51,98); }

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

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

 a { background-color: rgb(114,51,98); }

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

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

 span { border-color: rgb(114,51,98); }

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