#732965

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

Shades of Palatinate Purple #732965

Tints of Palatinate Purple #732965

Color information

#732965 (or 0x732965) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 65. RGB value is (115,41,101). Sum of RGB (Red+Green+Blue) = 115+41+101=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #732965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732965 is #8CD69A. Grayscale: #454545. Windows color (decimal): -9229979 or 6629747. OLE color: 6629747.

HSL color Cylindrical-coordinate representation of color #732965: hue angle of 311.35º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732965 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11541101-
CMYK00.640.120.55
HSL311.35º47.44%30.59%-
HSV(B)311.35º64.35%45.1%-
XYZ10.216.1712.96-
YUV69.97145.52160.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=44.75%
G=15.95%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154110100.640.120.55311.3547.4430.59
Hex732965040C371372f1f
Octal16351145010014674675737
Binary1110011101001110010101000000110011011110011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732965; }

 p { color: rgb(115,41,101); }

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

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

 a { background-color: rgb(115,41,101); }

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

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

 span { border-color: rgb(115,41,101); }

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