#732F5D

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

Shades of Palatinate Purple #732F5D

Tints of Palatinate Purple #732F5D

Color information

#732F5D (or 0x732F5D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2F and 5D. RGB value is (115,47,93). Sum of RGB (Red+Green+Blue) = 115+47+93=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F5D is #8CD0A2. Grayscale: #484848. Windows color (decimal): -9228451 or 6106995. OLE color: 6106995.

HSL color Cylindrical-coordinate representation of color #732F5D: hue angle of 319.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F5D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1154793-
CMYK00.590.190.55
HSL319.41º41.98%31.76%-
HSV(B)319.41º59.13%45.1%-
XYZ10.066.4711.07-
YUV72.58139.53158.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=45.10%
G=18.43%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115479300.590.190.55319.4141.9831.76
Hex732F5D03B133713f2a20
Octal1635713507323674775240
Binary11100111011111011101011101110011110111100111111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F5D; }

 p { color: rgb(115,47,93); }

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

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

 a { background-color: rgb(115,47,93); }

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

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

 span { border-color: rgb(115,47,93); }

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