#73135D

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

Shades of Palatinate Purple #73135D

Tints of Palatinate Purple #73135D

Color information

#73135D (or 0x73135D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 13 and 5D. RGB value is (115,19,93). Sum of RGB (Red+Green+Blue) = 115+19+93=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73135D is #8CECA2. Grayscale: #373737. Windows color (decimal): -9235619 or 6099827. OLE color: 6099827.

HSL color Cylindrical-coordinate representation of color #73135D: hue angle of 313.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73135D is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1151993-
CMYK00.830.190.55
HSL313.75º71.64%26.27%-
HSV(B)313.75º83.48%45.1%-
XYZ9.284.910.81-
YUV56.14148.8169.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=50.66%
G=8.37%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115199300.830.190.55313.7571.6426.27
Hex73135D053133713a481a
Octal163231350123236747211032
Binary11100111001110111010101001110011110111100111010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73135D; }

 p { color: rgb(115,19,93); }

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

<style>
 a { background-color: #73135D; }

 a { background-color: rgb(115,19,93); }

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

<style>
 span { border-color: #73135D; }

 span { border-color: rgb(115,19,93); }

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