#73136B

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

Shades of Palatinate Purple #73136B

Tints of Palatinate Purple #73136B

Color information

#73136B (or 0x73136B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 13 and 6B. RGB value is (115,19,107). Sum of RGB (Red+Green+Blue) = 115+19+107=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73136B is #8CEC94. Grayscale: #393939. Windows color (decimal): -9235605 or 7017331. OLE color: 7017331.

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

Color convert

RGB11519107-
CMYK00.830.070.55
HSL305º71.64%26.27%-
HSV(B)305º83.48%45.1%-
XYZ9.965.1714.38-
YUV57.74155.8168.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=47.72%
G=7.88%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151910700.830.070.5530571.6426.27
Hex73136B053737131481a
Octal16323153012376746111032
Binary111001110011110101101010011111110111100110001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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