#73156C

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

Shades of Palatinate Purple #73156C

Tints of Palatinate Purple #73156C

Color information

#73156C (or 0x73156C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 15 and 6C. RGB value is (115,21,108). Sum of RGB (Red+Green+Blue) = 115+21+108=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73156C is #8CEA93. Grayscale: #3A3A3A. Windows color (decimal): -9235092 or 7083379. OLE color: 7083379.

HSL color Cylindrical-coordinate representation of color #73156C: hue angle of 304.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73156C is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11521108-
CMYK00.820.060.55
HSL304.47º69.12%26.67%-
HSV(B)304.47º81.74%45.1%-
XYZ10.055.2614.67-
YUV59.02155.64167.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=47.13%
G=8.61%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152110800.820.060.55304.4769.1226.67
Hex73156C052637130451b
Octal16325154012266746010533
Binary111001110101110110001010010110110111100110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73156C; }

 p { color: rgb(115,21,108); }

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

<style>
 a { background-color: #73156C; }

 a { background-color: rgb(115,21,108); }

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

<style>
 span { border-color: #73156C; }

 span { border-color: rgb(115,21,108); }

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