#732364

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

Shades of Palatinate Purple #732364

Tints of Palatinate Purple #732364

Color information

#732364 (or 0x732364) is unknown color: approx Palatinate Purple. HEX triplet: 73, 23 and 64. RGB value is (115,35,100). Sum of RGB (Red+Green+Blue) = 115+35+100=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #732364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732364 is #8CDC9B. Grayscale: #424242. Windows color (decimal): -9231516 or 6562675. OLE color: 6562675.

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

Color convert

RGB11535100-
CMYK00.700.130.55
HSL311.25º53.33%29.41%-
HSV(B)311.25º69.57%45.1%-
XYZ9.975.7712.64-
YUV66.33147162.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 100 (39.45% from 255) = 40%
R=46%
G=14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153510000.700.130.55311.2553.3329.41
Hex732364046D37137351d
Octal16343144010615674676535
Binary1110011100011110010001000110110111011110011011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732364; }

 p { color: rgb(115,35,100); }

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

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

 a { background-color: rgb(115,35,100); }

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

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

 span { border-color: rgb(115,35,100); }

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