#73105E

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

Shades of Palatinate Purple #73105E

Tints of Palatinate Purple #73105E

Color information

#73105E (or 0x73105E) is unknown color: approx Palatinate Purple. HEX triplet: 73, 10 and 5E. RGB value is (115,16,94). Sum of RGB (Red+Green+Blue) = 115+16+94=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73105E is #8CEFA1. Grayscale: #363636. Windows color (decimal): -9236386 or 6164595. OLE color: 6164595.

HSL color Cylindrical-coordinate representation of color #73105E: hue angle of 312.73º 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 #73105E is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1151694-
CMYK00.860.180.55
HSL312.73º75.57%25.69%-
HSV(B)312.73º86.09%45.1%-
XYZ9.284.8211.03-
YUV54.49150.3171.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=51.11%
G=7.11%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115169400.860.180.55312.7375.5725.69
Hex73105E05612371394c1a
Octal163201360126226747111432
Binary11100111000010111100101011010010110111100111001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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