#733066

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

Shades of Palatinate Purple #733066

Tints of Palatinate Purple #733066

Color information

#733066 (or 0x733066) is unknown color: approx Palatinate Purple. HEX triplet: 73, 30 and 66. RGB value is (115,48,102). Sum of RGB (Red+Green+Blue) = 115+48+102=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733066 is #8CCF99. Grayscale: #4A4A4A. Windows color (decimal): -9228186 or 6697075. OLE color: 6697075.

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

Color convert

RGB11548102-
CMYK00.580.110.55
HSL311.64º41.1%31.96%-
HSV(B)311.64º58.26%45.1%-
XYZ10.536.7213.31-
YUV74.19143.7157.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=43.40%
G=18.11%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154810200.580.110.55311.6441.131.96
Hex73306603AB371382920
Octal1636014607213674705140
Binary1110011110000110011001110101011110111100111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733066; }

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

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

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

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

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

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

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

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