#733461

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

Shades of Palatinate Purple #733461

Tints of Palatinate Purple #733461

Color information

#733461 (or 0x733461) is unknown color: approx Palatinate Purple. HEX triplet: 73, 34 and 61. RGB value is (115,52,97). Sum of RGB (Red+Green+Blue) = 115+52+97=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #733461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733461 is #8CCB9E. Grayscale: #4B4B4B. Windows color (decimal): -9227167 or 6370419. OLE color: 6370419.

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

Color convert

RGB1155297-
CMYK00.550.160.55
HSL317.14º37.72%32.75%-
HSV(B)317.14º54.78%45.1%-
XYZ10.466.9612.1-
YUV75.97139.87155.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=43.56%
G=19.70%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115529700.550.160.55317.1437.7232.75
Hex733461037103713d2621
Octal1636414106720674754641
Binary11100111101001100001011011110000110111100111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733461; }

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

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

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

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

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

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

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

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