#733968

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

Shades of Palatinate Purple #733968

Tints of Palatinate Purple #733968

Color information

#733968 (or 0x733968) is unknown color: approx Palatinate Purple. HEX triplet: 73, 39 and 68. RGB value is (115,57,104). Sum of RGB (Red+Green+Blue) = 115+57+104=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #733968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733968 is #8CC697. Grayscale: #4F4F4F. Windows color (decimal): -9225880 or 6830451. OLE color: 6830451.

HSL color Cylindrical-coordinate representation of color #733968: hue angle of 311.38º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733968 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11557104-
CMYK00.500.100.55
HSL311.38º33.72%33.73%-
HSV(B)311.38º50.43%45.1%-
XYZ11.037.5713.98-
YUV79.7141.72153.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=41.67%
G=20.65%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155710400.500.100.55311.3833.7233.73
Hex733968032A371372222
Octal1637115006212674674242
Binary1110011111001110100001100101010110111100110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733968; }

 p { color: rgb(115,57,104); }

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

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

 a { background-color: rgb(115,57,104); }

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

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

 span { border-color: rgb(115,57,104); }

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