#732066

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

Shades of Palatinate Purple #732066

Tints of Palatinate Purple #732066

Color information

#732066 (or 0x732066) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 66. RGB value is (115,32,102). Sum of RGB (Red+Green+Blue) = 115+32+102=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #732066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732066 is #8CDF99. Grayscale: #404040. Windows color (decimal): -9232282 or 6692979. OLE color: 6692979.

HSL color Cylindrical-coordinate representation of color #732066: hue angle of 309.4º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732066 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11532102-
CMYK00.720.110.55
HSL309.4º56.46%28.82%-
HSV(B)309.4º72.17%45.1%-
XYZ9.995.6413.13-
YUV64.8149163.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=46.18%
G=12.85%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153210200.720.110.55309.456.4628.82
Hex732066048B37135381d
Octal16340146011013674657035
Binary1110011100000110011001001000101111011110011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732066; }

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

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

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

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

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

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

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

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