#73286E

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

Shades of Palatinate Purple #73286E

Tints of Palatinate Purple #73286E

Color information

#73286E (or 0x73286E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 28 and 6E. RGB value is (115,40,110). Sum of RGB (Red+Green+Blue) = 115+40+110=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73286E is #8CD791. Grayscale: #464646. Windows color (decimal): -9230226 or 7219315. OLE color: 7219315.

HSL color Cylindrical-coordinate representation of color #73286E: hue angle of 304º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73286E is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11540110-
CMYK00.650.040.55
HSL304º48.39%30.39%-
HSV(B)304º65.22%45.1%-
XYZ10.646.2915.4-
YUV70.4150.35159.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=43.40%
G=15.09%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154011000.650.040.5530448.3930.39
Hex73286E041437130301e
Octal1635015601014674606036
Binary111001110100011011100100000110011011110011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73286E; }

 p { color: rgb(115,40,110); }

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

<style>
 a { background-color: #73286E; }

 a { background-color: rgb(115,40,110); }

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

<style>
 span { border-color: #73286E; }

 span { border-color: rgb(115,40,110); }

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