#733262

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

Shades of Palatinate Purple #733262

Tints of Palatinate Purple #733262

Color information

#733262 (or 0x733262) is unknown color: approx Palatinate Purple. HEX triplet: 73, 32 and 62. RGB value is (115,50,98). Sum of RGB (Red+Green+Blue) = 115+50+98=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #733262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733262 is #8CCD9D. Grayscale: #4A4A4A. Windows color (decimal): -9227678 or 6435443. OLE color: 6435443.

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

Color convert

RGB1155098-
CMYK00.570.150.55
HSL315.69º39.39%32.35%-
HSV(B)315.69º56.52%45.1%-
XYZ10.426.8112.32-
YUV74.91141.03156.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=43.73%
G=19.01%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115509800.570.150.55315.6939.3932.35
Hex733262039F3713c2720
Octal1636214207117674744740
Binary1110011110010110001001110011111110111100111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733262; }

 p { color: rgb(115,50,98); }

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

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

 a { background-color: rgb(115,50,98); }

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

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

 span { border-color: rgb(115,50,98); }

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