#73125C

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

Shades of Palatinate Purple #73125C

Tints of Palatinate Purple #73125C

Color information

#73125C (or 0x73125C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 5C. RGB value is (115,18,92). Sum of RGB (Red+Green+Blue) = 115+18+92=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73125C is #8CEDA3. Grayscale: #373737. Windows color (decimal): -9235876 or 6034035. OLE color: 6034035.

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

Color convert

RGB1151892-
CMYK00.840.200.55
HSL314.23º72.93%26.08%-
HSV(B)314.23º84.35%45.1%-
XYZ9.224.8510.58-
YUV55.44148.64170.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=51.11%
G=8%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115189200.840.200.55314.2372.9326.08
Hex73125C054143713a491a
Octal163221340124246747211132
Binary11100111001010111000101010010100110111100111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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