#73296A

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

Shades of Palatinate Purple #73296A

Tints of Palatinate Purple #73296A

Color information

#73296A (or 0x73296A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 6A. RGB value is (115,41,106). Sum of RGB (Red+Green+Blue) = 115+41+106=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73296A is #8CD695. Grayscale: #464646. Windows color (decimal): -9229974 or 6957427. OLE color: 6957427.

HSL color Cylindrical-coordinate representation of color #73296A: hue angle of 307.3º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73296A is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11541106-
CMYK00.640.080.55
HSL307.3º47.44%30.59%-
HSV(B)307.3º64.35%45.1%-
XYZ10.466.2714.29-
YUV70.54148.02159.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=43.89%
G=15.65%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154110600.640.080.55307.347.4430.59
Hex73296A0408371332f1f
Octal16351152010010674635737
Binary1110011101001110101001000000100011011110011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73296A; }

 p { color: rgb(115,41,106); }

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

<style>
 a { background-color: #73296A; }

 a { background-color: rgb(115,41,106); }

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

<style>
 span { border-color: #73296A; }

 span { border-color: rgb(115,41,106); }

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