Html Css Color HEX #731E59 Palatinate Purple

📋 copy color: '#731E59'

red 115 ◦ green 30 ◦ blue 89

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

Shades of Palatinate Purple #731E59

Tints of Palatinate Purple #731E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.82%

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

R = 49.15%
G = 12.82%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731E59 (or 0x731E59) is known color: Palatinate Purple. HEX triplet: 73, 1E and 59. RGB value is (115,30,89). Sum of RGB (Red+Green+Blue) = 115+30+89=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E59 is #8CE1A6. Grayscale: #3D3D3D. Windows color (decimal): -9232807 or 5840499. OLE color: 5840499.

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

Color convert

RGB 115 30 89 -
CMYK 0 0.74 0.23 0.55
HSL 318.35º 0.59% 0.28% -
HSV(B) 318.35º 0.74% 0.45% -
XYZ 9.34 5.29 9.98 -
YUV 62.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 115 30 89 0 0.74 0.23 0.55 318.35 0.59 0.28
Hex 73 1E 59 0 4A 17 37 13E 3B 1C
Octal 163 36 131 0 112 27 67 476 73 34
Binary 1110011 11110 1011001 0 1001010 10111 110111 100111110 111011 11100

Color Harmonies of #731E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E59

Black with #731E59

Text Example


Text Example

White with #731E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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