#73276B

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

Shades of Palatinate Purple #73276B

Tints of Palatinate Purple #73276B

Color information

#73276B (or 0x73276B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 27 and 6B. RGB value is (115,39,107). Sum of RGB (Red+Green+Blue) = 115+39+107=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73276B is #8CD894. Grayscale: #454545. Windows color (decimal): -9230485 or 7022451. OLE color: 7022451.

HSL color Cylindrical-coordinate representation of color #73276B: hue angle of 306.32º 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 #73276B is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11539107-
CMYK00.660.070.55
HSL306.32º49.35%30.2%-
HSV(B)306.32º66.09%45.1%-
XYZ10.456.1614.55-
YUV69.48149.18160.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=44.06%
G=14.94%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153910700.660.070.55306.3249.3530.2
Hex73276B042737132311e
Octal1634715301027674626136
Binary111001110011111010110100001011111011110011001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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