Html Css Color HEX #731259 Palatinate Purple

📋 copy color: '#731259'

red 115 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #731259

Tints of Palatinate Purple #731259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 51.8%
G = 8.11%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731259 (or 0x731259) is known color: Palatinate Purple. HEX triplet: 73, 12 and 59. RGB value is (115,18,89). Sum of RGB (Red+Green+Blue) = 115+18+89=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731259 is #8CEDA6. Grayscale: #363636. Windows color (decimal): -9235879 or 5837427. OLE color: 5837427.

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

Color convert

RGB 115 18 89 -
CMYK 0 0.84 0.23 0.55
HSL 316.08º 0.73% 0.26% -
HSV(B) 316.08º 0.84% 0.45% -
XYZ 9.09 4.8 9.9 -
YUV 55.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 115 18 89 0 0.84 0.23 0.55 316.08 0.73 0.26
Hex 73 12 59 0 54 17 37 13C 49 1A
Octal 163 22 131 0 124 27 67 474 111 32
Binary 1110011 10010 1011001 0 1010100 10111 110111 100111100 1001001 11010

Color Harmonies of #731259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731259

Black with #731259

Text Example


Text Example

White with #731259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731259; }

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

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

background-color css

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

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

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

border-color css

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

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

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