#731B5A

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

Shades of Palatinate Purple #731B5A

Tints of Palatinate Purple #731B5A

Color information

#731B5A (or 0x731B5A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1B and 5A. RGB value is (115,27,90). Sum of RGB (Red+Green+Blue) = 115+27+90=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B5A is #8CE4A5. Grayscale: #3C3C3C. Windows color (decimal): -9233574 or 5905267. OLE color: 5905267.

HSL color Cylindrical-coordinate representation of color #731B5A: hue angle of 317.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B5A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1152790-
CMYK00.770.220.55
HSL317.05º61.97%27.84%-
HSV(B)317.05º76.52%45.1%-
XYZ9.315.1710.18-
YUV60.49144.65166.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=49.57%
G=11.64%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115279000.770.220.55317.0561.9727.84
Hex731B5A04D163713d3e1c
Octal16333132011526674757634
Binary1110011110111011010010011011011011011110011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731B5A; }

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

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

<style>
 a { background-color: #731B5A; }

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

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

<style>
 span { border-color: #731B5A; }

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

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