#73366B

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

Shades of Palatinate Purple #73366B

Tints of Palatinate Purple #73366B

Color information

#73366B (or 0x73366B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 36 and 6B. RGB value is (115,54,107). Sum of RGB (Red+Green+Blue) = 115+54+107=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73366B is #8CC994. Grayscale: #4E4E4E. Windows color (decimal): -9226645 or 7026291. OLE color: 7026291.

HSL color Cylindrical-coordinate representation of color #73366B: hue angle of 307.87º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73366B is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11554107-
CMYK00.530.070.55
HSL307.87º36.09%33.14%-
HSV(B)307.87º53.04%45.1%-
XYZ11.047.3414.75-
YUV78.28144.21154.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=41.67%
G=19.57%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155410700.530.070.55307.8736.0933.14
Hex73366B0357371342421
Octal163661530657674644441
Binary111001111011011010110110101111110111100110100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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