#73385F

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

Shades of Palatinate Purple #73385F

Tints of Palatinate Purple #73385F

Color information

#73385F (or 0x73385F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 38 and 5F. RGB value is (115,56,95). Sum of RGB (Red+Green+Blue) = 115+56+95=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #73385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73385F is #8CC7A0. Grayscale: #4D4D4D. Windows color (decimal): -9226145 or 6240371. OLE color: 6240371.

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

Color convert

RGB1155695-
CMYK00.510.170.55
HSL320.34º34.5%33.53%-
HSV(B)320.34º51.3%45.1%-
XYZ10.557.311.68-
YUV78.09137.55154.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=43.23%
G=21.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115569500.510.170.55320.3434.533.53
Hex73385F03311371402322
Octal1637013706321675004342
Binary11100111110001011111011001110001110111101000000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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