#73256F

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

Shades of Palatinate Purple #73256F

Tints of Palatinate Purple #73256F

Color information

#73256F (or 0x73256F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 6F. RGB value is (115,37,111). Sum of RGB (Red+Green+Blue) = 115+37+111=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256F is #8CDA90. Grayscale: #444444. Windows color (decimal): -9230993 or 7284083. OLE color: 7284083.

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

Color convert

RGB11537111-
CMYK00.680.030.55
HSL303.08º51.32%29.8%-
HSV(B)303.08º67.83%45.1%-
XYZ10.66.1215.66-
YUV68.76151.84160.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=43.73%
G=14.07%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153711100.680.030.55303.0851.3229.8
Hex73256F04433712f331e
Octal1634515701043674576336
Binary11100111001011101111010001001111011110010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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