#73256A

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

Shades of Palatinate Purple #73256A

Tints of Palatinate Purple #73256A

Color information

#73256A (or 0x73256A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 6A. RGB value is (115,37,106). Sum of RGB (Red+Green+Blue) = 115+37+106=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256A is #8CDA95. Grayscale: #434343. Windows color (decimal): -9230998 or 6956403. OLE color: 6956403.

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

Color convert

RGB11537106-
CMYK00.680.080.55
HSL306.92º51.32%29.8%-
HSV(B)306.92º67.83%45.1%-
XYZ10.336.0114.25-
YUV68.19149.34161.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=44.57%
G=14.34%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153710600.680.080.55306.9251.3229.8
Hex73256A044837133331e
Octal16345152010410674636336
Binary1110011100101110101001000100100011011110011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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