#73095A

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

Shades of Palatinate Purple #73095A

Tints of Palatinate Purple #73095A

Color information

#73095A (or 0x73095A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 09 and 5A. RGB value is (115,9,90). Sum of RGB (Red+Green+Blue) = 115+9+90=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73095A is #8CF6A5. Grayscale: #313131. Windows color (decimal): -9238182 or 5900659. OLE color: 5900659.

HSL color Cylindrical-coordinate representation of color #73095A: hue angle of 314.15º 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 #73095A is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB115990-
CMYK00.920.220.55
HSL314.15º85.48%24.31%-
HSV(B)314.15º92.17%45.1%-
XYZ9.014.5810.08-
YUV49.93150.62174.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=53.74%
G=4.21%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11599000.920.220.55314.1585.4824.31
Hex7395A05C163713a5518
Octal163111320134266747212530
Binary1110011100110110100101110010110110111100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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