Html Css Color HEX #731959 Palatinate Purple

📋 copy color: '#731959'

red 115 ◦ green 25 ◦ blue 89

#731959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #731959

Tints of Palatinate Purple #731959

RGB

 RED value IS 115 (45.31% from 255) = 50.22%

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 50.22%
G = 10.92%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731959 (or 0x731959) is known color: Palatinate Purple. HEX triplet: 73, 19 and 59. RGB value is (115,25,89). Sum of RGB (Red+Green+Blue) = 115+25+89=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #731959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731959 is #8CE6A6. Grayscale: #3B3B3B. Windows color (decimal): -9234087 or 5839219. OLE color: 5839219.

HSL color Cylindrical-coordinate representation of color #731959: hue angle of 317.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731959 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 89 -
CMYK 0 0.78 0.23 0.55
HSL 317.33º 0.64% 0.27% -
HSV(B) 317.33º 0.78% 0.45% -
XYZ 9.22 5.06 9.94 -
YUV 59.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 115 25 89 0 0.78 0.23 0.55 317.33 0.64 0.27
Hex 73 19 59 0 4E 17 37 13D 40 1B
Octal 163 31 131 0 116 27 67 475 100 33
Binary 1110011 11001 1011001 0 1001110 10111 110111 100111101 1000000 11011

Color Harmonies of #731959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731959

Black with #731959

Text Example


Text Example

White with #731959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731959; }

 p { color: rgb(115,25,89); }

 H1.HeaderClassName
 {
   color: #731959;
 }
 .AnyTagClassName
 {
   color: #731959;
 }
</style>

background-color css

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

 a { background-color: rgb(115,25,89); }

 div.DivClassName
 {
   background-color: #731959;
 }
 .BgClassName
 {
   background-color: #731959;
 }
</style>

border-color css

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

 span { border-color: rgb(115,25,89); }

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