#73305E

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

Shades of Palatinate Purple #73305E

Tints of Palatinate Purple #73305E

Color information

#73305E (or 0x73305E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 30 and 5E. RGB value is (115,48,94). Sum of RGB (Red+Green+Blue) = 115+48+94=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73305E is #8CCFA1. Grayscale: #494949. Windows color (decimal): -9228194 or 6172787. OLE color: 6172787.

HSL color Cylindrical-coordinate representation of color #73305E: hue angle of 318.81º 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 #73305E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1154894-
CMYK00.580.180.55
HSL318.81º41.1%31.96%-
HSV(B)318.81º58.26%45.1%-
XYZ10.156.5711.32-
YUV73.28139.7157.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=44.75%
G=18.68%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115489400.580.180.55318.8141.131.96
Hex73305E03A123713f2920
Octal1636013607222674775140
Binary11100111100001011110011101010010110111100111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73305E; }

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

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

<style>
 a { background-color: #73305E; }

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

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

<style>
 span { border-color: #73305E; }

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

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