#73095D

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

Shades of Palatinate Purple #73095D

Tints of Palatinate Purple #73095D

Color information

#73095D (or 0x73095D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 09 and 5D. RGB value is (115,9,93). Sum of RGB (Red+Green+Blue) = 115+9+93=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #73095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73095D is #8CF6A2. Grayscale: #323232. Windows color (decimal): -9238179 or 6097267. OLE color: 6097267.

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

Color convert

RGB115993-
CMYK00.920.190.55
HSL312.45º85.48%24.31%-
HSV(B)312.45º92.17%45.1%-
XYZ9.144.6310.77-
YUV50.27152.12174.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=53.00%
G=4.15%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11599300.920.190.55312.4585.4824.31
Hex7395D05C13371385518
Octal163111350134236747012530
Binary1110011100110111010101110010011110111100111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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