#73065D

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

Shades of Palatinate Purple #73065D

Tints of Palatinate Purple #73065D

Color information

#73065D (or 0x73065D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 06 and 5D. RGB value is (115,6,93). Sum of RGB (Red+Green+Blue) = 115+6+93=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73065D is #8CF9A2. Grayscale: #303030. Windows color (decimal): -9238947 or 6096499. OLE color: 6096499.

HSL color Cylindrical-coordinate representation of color #73065D: hue angle of 312.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73065D is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB115693-
CMYK00.950.190.55
HSL312.11º90.08%23.73%-
HSV(B)312.11º94.78%45.1%-
XYZ9.114.5710.76-
YUV48.51153.11175.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=53.74%
G=2.80%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11569300.950.190.55312.1190.0823.73
Hex7365D05F13371385a18
Octal16361350137236747013230
Binary111001111010111010101111110011110111100111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73065D; }

 p { color: rgb(115,6,93); }

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

<style>
 a { background-color: #73065D; }

 a { background-color: rgb(115,6,93); }

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

<style>
 span { border-color: #73065D; }

 span { border-color: rgb(115,6,93); }

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