#733061

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

Shades of Palatinate Purple #733061

Tints of Palatinate Purple #733061

Color information

#733061 (or 0x733061) is unknown color: approx Palatinate Purple. HEX triplet: 73, 30 and 61. RGB value is (115,48,97). Sum of RGB (Red+Green+Blue) = 115+48+97=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #733061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733061 is #8CCF9E. Grayscale: #494949. Windows color (decimal): -9228191 or 6369395. OLE color: 6369395.

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

Color convert

RGB1154897-
CMYK00.580.160.55
HSL316.12º41.1%31.96%-
HSV(B)316.12º58.26%45.1%-
XYZ10.286.6212.05-
YUV73.62141.2157.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=44.23%
G=18.46%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115489700.580.160.55316.1241.131.96
Hex73306103A103713c2920
Octal1636014107220674745140
Binary11100111100001100001011101010000110111100111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733061; }

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

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

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

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

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

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

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

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