#73105F

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

Shades of Palatinate Purple #73105F

Tints of Palatinate Purple #73105F

Color information

#73105F (or 0x73105F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 10 and 5F. RGB value is (115,16,95). Sum of RGB (Red+Green+Blue) = 115+16+95=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73105F is #8CEFA0. Grayscale: #363636. Windows color (decimal): -9236385 or 6230131. OLE color: 6230131.

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

Color convert

RGB1151695-
CMYK00.860.170.55
HSL312.12º75.57%25.69%-
HSV(B)312.12º86.09%45.1%-
XYZ9.324.8411.27-
YUV54.61150.8171.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=50.88%
G=7.08%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115169500.860.170.55312.1275.5725.69
Hex73105F05611371384c1a
Octal163201370126216747011432
Binary11100111000010111110101011010001110111100111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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