#73146A

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

Shades of Palatinate Purple #73146A

Tints of Palatinate Purple #73146A

Color information

#73146A (or 0x73146A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 14 and 6A. RGB value is (115,20,106). Sum of RGB (Red+Green+Blue) = 115+20+106=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73146A is #8CEB95. Grayscale: #393939. Windows color (decimal): -9235350 or 6952051. OLE color: 6952051.

HSL color Cylindrical-coordinate representation of color #73146A: hue angle of 305.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73146A is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11520106-
CMYK00.830.080.55
HSL305.68º70.37%26.47%-
HSV(B)305.68º82.61%45.1%-
XYZ9.925.1914.11-
YUV58.21154.97168.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=47.72%
G=8.30%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152010600.830.080.55305.6870.3726.47
Hex73146A053837132461a
Octal163241520123106746210632
Binary1110011101001101010010100111000110111100110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,20,106); }

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

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

 a { background-color: rgb(115,20,106); }

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

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

 span { border-color: rgb(115,20,106); }

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