#73276D

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

Shades of Palatinate Purple #73276D

Tints of Palatinate Purple #73276D

Color information

#73276D (or 0x73276D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 27 and 6D. RGB value is (115,39,109). Sum of RGB (Red+Green+Blue) = 115+39+109=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73276D is #8CD892. Grayscale: #454545. Windows color (decimal): -9230483 or 7153523. OLE color: 7153523.

HSL color Cylindrical-coordinate representation of color #73276D: hue angle of 304.74º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73276D is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11539109-
CMYK00.660.050.55
HSL304.74º49.35%30.2%-
HSV(B)304.74º66.09%45.1%-
XYZ10.566.215.11-
YUV69.7150.18160.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=43.73%
G=14.83%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153910900.660.050.55304.7449.3530.2
Hex73276D042537131311e
Octal1634715501025674616136
Binary111001110011111011010100001010111011110011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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