Html Css Color HEX #731D59 Palatinate Purple

📋 copy color: '#731D59'

red 115 ◦ green 29 ◦ blue 89

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

Shades of Palatinate Purple #731D59

Tints of Palatinate Purple #731D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 49.36%
G = 12.45%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731D59 (or 0x731D59) is known color: Palatinate Purple. HEX triplet: 73, 1D and 59. RGB value is (115,29,89). Sum of RGB (Red+Green+Blue) = 115+29+89=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D59 is #8CE2A6. Grayscale: #3D3D3D. Windows color (decimal): -9233063 or 5840243. OLE color: 5840243.

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

Color convert

RGB 115 29 89 -
CMYK 0 0.75 0.23 0.55
HSL 318.14º 0.6% 0.28% -
HSV(B) 318.14º 0.75% 0.45% -
XYZ 9.31 5.24 9.97 -
YUV 61.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 115 29 89 0 0.75 0.23 0.55 318.14 0.6 0.28
Hex 73 1D 59 0 4B 17 37 13E 3C 1C
Octal 163 35 131 0 113 27 67 476 74 34
Binary 1110011 11101 1011001 0 1001011 10111 110111 100111110 111100 11100

Color Harmonies of #731D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D59

Black with #731D59

Text Example


Text Example

White with #731D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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