#73125B

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

Shades of Palatinate Purple #73125B

Tints of Palatinate Purple #73125B

Color information

#73125B (or 0x73125B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 5B. RGB value is (115,18,91). Sum of RGB (Red+Green+Blue) = 115+18+91=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73125B is #8CEDA4. Grayscale: #373737. Windows color (decimal): -9235877 or 5968499. OLE color: 5968499.

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

Color convert

RGB1151891-
CMYK00.840.210.55
HSL314.85º72.93%26.08%-
HSV(B)314.85º84.35%45.1%-
XYZ9.174.8310.35-
YUV55.32148.14170.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=51.34%
G=8.04%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115189100.840.210.55314.8572.9326.08
Hex73125B054153713b491a
Octal163221330124256747311132
Binary11100111001010110110101010010101110111100111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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