#73296C

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

Shades of Palatinate Purple #73296C

Tints of Palatinate Purple #73296C

Color information

#73296C (or 0x73296C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 6C. RGB value is (115,41,108). Sum of RGB (Red+Green+Blue) = 115+41+108=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73296C is #8CD693. Grayscale: #464646. Windows color (decimal): -9229972 or 7088499. OLE color: 7088499.

HSL color Cylindrical-coordinate representation of color #73296C: hue angle of 305.68º 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 #73296C is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11541108-
CMYK00.640.060.55
HSL305.68º47.44%30.59%-
HSV(B)305.68º64.35%45.1%-
XYZ10.576.3114.85-
YUV70.76149.02159.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=43.56%
G=15.53%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154110800.640.060.55305.6847.4430.59
Hex73296C0406371322f1f
Octal1635115401006674625737
Binary111001110100111011000100000011011011110011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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