#73286D

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

Shades of Palatinate Purple #73286D

Tints of Palatinate Purple #73286D

Color information

#73286D (or 0x73286D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 28 and 6D. RGB value is (115,40,109). Sum of RGB (Red+Green+Blue) = 115+40+109=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73286D is #8CD792. Grayscale: #464646. Windows color (decimal): -9230227 or 7153779. OLE color: 7153779.

HSL color Cylindrical-coordinate representation of color #73286D: hue angle of 304.8º 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 #73286D is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11540109-
CMYK00.650.050.55
HSL304.8º48.39%30.39%-
HSV(B)304.8º65.22%45.1%-
XYZ10.596.2715.12-
YUV70.29149.85159.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=43.56%
G=15.15%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154010900.650.050.55304.848.3930.39
Hex73286D041537131301e
Octal1635015501015674616036
Binary111001110100011011010100000110111011110011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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