#73306B

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

Shades of Palatinate Purple #73306B

Tints of Palatinate Purple #73306B

Color information

#73306B (or 0x73306B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 30 and 6B. RGB value is (115,48,107). Sum of RGB (Red+Green+Blue) = 115+48+107=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #73306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73306B is #8CCF94. Grayscale: #4A4A4A. Windows color (decimal): -9228181 or 7024755. OLE color: 7024755.

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

Color convert

RGB11548107-
CMYK00.580.070.55
HSL307.16º41.1%31.96%-
HSV(B)307.16º58.26%45.1%-
XYZ10.786.8214.66-
YUV74.76146.2156.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=42.59%
G=17.78%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154810700.580.070.55307.1641.131.96
Hex73306B03A7371332920
Octal163601530727674635140
Binary111001111000011010110111010111110111100110011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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