#73225F

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

Shades of Palatinate Purple #73225F

Tints of Palatinate Purple #73225F

Color information

#73225F (or 0x73225F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 22 and 5F. RGB value is (115,34,95). Sum of RGB (Red+Green+Blue) = 115+34+95=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73225F is #8CDDA0. Grayscale: #414141. Windows color (decimal): -9231777 or 6234739. OLE color: 6234739.

HSL color Cylindrical-coordinate representation of color #73225F: hue angle of 314.81º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73225F is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1153495-
CMYK00.700.170.55
HSL314.81º54.36%29.22%-
HSV(B)314.81º70.43%45.1%-
XYZ9.715.6211.4-
YUV65.17144.84163.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=47.13%
G=13.93%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115349500.700.170.55314.8154.3629.22
Hex73225F046113713b361d
Octal16342137010621674736635
Binary11100111000101011111010001101000111011110011101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73225F; }

 p { color: rgb(115,34,95); }

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

<style>
 a { background-color: #73225F; }

 a { background-color: rgb(115,34,95); }

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

<style>
 span { border-color: #73225F; }

 span { border-color: rgb(115,34,95); }

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