#73126A

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

Shades of Palatinate Purple #73126A

Tints of Palatinate Purple #73126A

Color information

#73126A (or 0x73126A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 6A. RGB value is (115,18,106). Sum of RGB (Red+Green+Blue) = 115+18+106=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126A is #8CED95. Grayscale: #383838. Windows color (decimal): -9235862 or 6951539. OLE color: 6951539.

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

Color convert

RGB11518106-
CMYK00.840.080.55
HSL305.57º72.93%26.08%-
HSV(B)305.57º84.35%45.1%-
XYZ9.895.1214.1-
YUV57.04155.64169.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=48.12%
G=7.53%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151810600.840.080.55305.5772.9326.08
Hex73126A054837132491a
Octal163221520124106746211132
Binary1110011100101101010010101001000110111100110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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