#733063

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

Shades of Palatinate Purple #733063

Tints of Palatinate Purple #733063

Color information

#733063 (or 0x733063) is unknown color: approx Palatinate Purple. HEX triplet: 73, 30 and 63. RGB value is (115,48,99). Sum of RGB (Red+Green+Blue) = 115+48+99=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #733063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733063 is #8CCF9C. Grayscale: #494949. Windows color (decimal): -9228189 or 6500467. OLE color: 6500467.

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

Color convert

RGB1154899-
CMYK00.580.140.55
HSL314.33º41.1%31.96%-
HSV(B)314.33º58.26%45.1%-
XYZ10.386.6612.54-
YUV73.85142.2157.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=43.89%
G=18.32%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115489900.580.140.55314.3341.131.96
Hex73306303AE3713a2920
Octal1636014307216674725140
Binary1110011110000110001101110101110110111100111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733063; }

 p { color: rgb(115,48,99); }

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

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

 a { background-color: rgb(115,48,99); }

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

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

 span { border-color: rgb(115,48,99); }

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