#732365

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

Shades of Palatinate Purple #732365

Tints of Palatinate Purple #732365

Color information

#732365 (or 0x732365) is unknown color: approx Palatinate Purple. HEX triplet: 73, 23 and 65. RGB value is (115,35,101). Sum of RGB (Red+Green+Blue) = 115+35+101=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #732365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732365 is #8CDC9A. Grayscale: #424242. Windows color (decimal): -9231515 or 6628211. OLE color: 6628211.

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

Color convert

RGB11535101-
CMYK00.700.120.55
HSL310.5º53.33%29.41%-
HSV(B)310.5º69.57%45.1%-
XYZ10.025.7912.9-
YUV66.44147.5162.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=45.82%
G=13.94%
B=40.24%

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
Decimal1153510100.700.120.55310.553.3329.41
Hex732365046C37136351d
Octal16343145010614674666535
Binary1110011100011110010101000110110011011110011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732365; }

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

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

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

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

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

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

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

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