#732260

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

Shades of Palatinate Purple #732260

Tints of Palatinate Purple #732260

Color information

#732260 (or 0x732260) is unknown color: approx Palatinate Purple. HEX triplet: 73, 22 and 60. RGB value is (115,34,96). Sum of RGB (Red+Green+Blue) = 115+34+96=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #732260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732260 is #8CDD9F. Grayscale: #414141. Windows color (decimal): -9231776 or 6300275. OLE color: 6300275.

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

Color convert

RGB1153496-
CMYK00.700.170.55
HSL314.07º54.36%29.22%-
HSV(B)314.07º70.43%45.1%-
XYZ9.755.6311.64-
YUV65.29145.34163.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=46.94%
G=13.88%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115349600.700.170.55314.0754.3629.22
Hex732260046113713a361d
Octal16342140010621674726635
Binary11100111000101100000010001101000111011110011101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732260; }

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

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

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

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

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

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

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

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