#732865

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

Shades of Palatinate Purple #732865

Tints of Palatinate Purple #732865

Color information

#732865 (or 0x732865) is unknown color: approx Palatinate Purple. HEX triplet: 73, 28 and 65. RGB value is (115,40,101). Sum of RGB (Red+Green+Blue) = 115+40+101=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #732865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732865 is #8CD79A. Grayscale: #454545. Windows color (decimal): -9230235 or 6629491. OLE color: 6629491.

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

Color convert

RGB11540101-
CMYK00.650.120.55
HSL311.2º48.39%30.39%-
HSV(B)311.2º65.22%45.1%-
XYZ10.186.112.95-
YUV69.38145.85160.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=44.92%
G=15.62%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154010100.650.120.55311.248.3930.39
Hex732865041C37137301e
Octal16350145010114674676036
Binary1110011101000110010101000001110011011110011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732865; }

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

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

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

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

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

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

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

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