#73256C

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

Shades of Palatinate Purple #73256C

Tints of Palatinate Purple #73256C

Color information

#73256C (or 0x73256C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 6C. RGB value is (115,37,108). Sum of RGB (Red+Green+Blue) = 115+37+108=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256C is #8CDA93. Grayscale: #444444. Windows color (decimal): -9230996 or 7087475. OLE color: 7087475.

HSL color Cylindrical-coordinate representation of color #73256C: hue angle of 305.38º 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 #73256C is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11537108-
CMYK00.680.060.55
HSL305.38º51.32%29.8%-
HSV(B)305.38º67.83%45.1%-
XYZ10.446.0514.81-
YUV68.42150.34161.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=44.23%
G=14.23%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153710800.680.060.55305.3851.3229.8
Hex73256C044637131331e
Octal1634515401046674616336
Binary111001110010111011000100010011011011110011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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