#73246F

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

Shades of Palatinate Purple #73246F

Tints of Palatinate Purple #73246F

Color information

#73246F (or 0x73246F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 6F. RGB value is (115,36,111). Sum of RGB (Red+Green+Blue) = 115+36+111=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73246F is #8CDB90. Grayscale: #434343. Windows color (decimal): -9231249 or 7283827. OLE color: 7283827.

HSL color Cylindrical-coordinate representation of color #73246F: hue angle of 303.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73246F is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11536111-
CMYK00.690.030.55
HSL303.04º52.32%29.61%-
HSV(B)303.04º68.7%45.1%-
XYZ10.576.0515.65-
YUV68.17152.17161.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=43.89%
G=13.74%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153611100.690.030.55303.0452.3229.61
Hex73246F04533712f341e
Octal1634415701053674576436
Binary11100111001001101111010001011111011110010111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73246F; }

 p { color: rgb(115,36,111); }

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

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

 a { background-color: rgb(115,36,111); }

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

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

 span { border-color: rgb(115,36,111); }

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