#73125A

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

Shades of Palatinate Purple #73125A

Tints of Palatinate Purple #73125A

Color information

#73125A (or 0x73125A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 5A. RGB value is (115,18,90). Sum of RGB (Red+Green+Blue) = 115+18+90=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73125A is #8CEDA5. Grayscale: #373737. Windows color (decimal): -9235878 or 5902963. OLE color: 5902963.

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

Color convert

RGB1151890-
CMYK00.840.220.55
HSL315.46º72.93%26.08%-
HSV(B)315.46º84.35%45.1%-
XYZ9.134.8210.12-
YUV55.21147.64170.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=51.57%
G=8.07%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115189000.840.220.55315.4672.9326.08
Hex73125A054163713b491a
Octal163221320124266747311132
Binary11100111001010110100101010010110110111100111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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