#73345F

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

Shades of Palatinate Purple #73345F

Tints of Palatinate Purple #73345F

Color information

#73345F (or 0x73345F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 34 and 5F. RGB value is (115,52,95). Sum of RGB (Red+Green+Blue) = 115+52+95=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73345F is #8CCBA0. Grayscale: #4B4B4B. Windows color (decimal): -9227169 or 6239347. OLE color: 6239347.

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

Color convert

RGB1155295-
CMYK00.550.170.55
HSL319.05º37.72%32.75%-
HSV(B)319.05º54.78%45.1%-
XYZ10.366.9311.62-
YUV75.74138.87156-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=43.89%
G=19.85%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115529500.550.170.55319.0537.7232.75
Hex73345F037113713f2621
Octal1636413706721674774641
Binary11100111101001011111011011110001110111100111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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