#73335F

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

Shades of Palatinate Purple #73335F

Tints of Palatinate Purple #73335F

Color information

#73335F (or 0x73335F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 33 and 5F. RGB value is (115,51,95). Sum of RGB (Red+Green+Blue) = 115+51+95=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73335F is #8CCCA0. Grayscale: #4B4B4B. Windows color (decimal): -9227425 or 6239091. OLE color: 6239091.

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

Color convert

RGB1155195-
CMYK00.560.170.55
HSL318.75º38.55%32.55%-
HSV(B)318.75º55.65%45.1%-
XYZ10.326.8411.6-
YUV75.15139.2156.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=44.06%
G=19.54%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115519500.560.170.55318.7538.5532.55
Hex73335F038113713f2721
Octal1636313707021674774741
Binary11100111100111011111011100010001110111100111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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