#732265

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

Shades of Palatinate Purple #732265

Tints of Palatinate Purple #732265

Color information

#732265 (or 0x732265) is unknown color: approx Palatinate Purple. HEX triplet: 73, 22 and 65. RGB value is (115,34,101). Sum of RGB (Red+Green+Blue) = 115+34+101=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #732265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732265 is #8CDD9A. Grayscale: #414141. Windows color (decimal): -9231771 or 6627955. OLE color: 6627955.

HSL color Cylindrical-coordinate representation of color #732265: hue angle of 310.37º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732265 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11534101-
CMYK00.700.120.55
HSL310.37º54.36%29.22%-
HSV(B)310.37º70.43%45.1%-
XYZ9.995.7312.89-
YUV65.86147.84163.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=46%
G=13.6%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153410100.700.120.55310.3754.3629.22
Hex732265046C37136361d
Octal16342145010614674666635
Binary1110011100010110010101000110110011011110011011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732265; }

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

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

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

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

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

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

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

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