Html Css Color HEX #731F61 Palatinate Purple

📋 copy color: '#731F61'

red 115 ◦ green 31 ◦ blue 97

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

Shades of Palatinate Purple #731F61

Tints of Palatinate Purple #731F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 47.33%
G = 12.76%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#731F61 (or 0x731F61) is known color: Palatinate Purple. HEX triplet: 73, 1F and 61. RGB value is (115,31,97). Sum of RGB (Red+Green+Blue) = 115+31+97=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #731F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F61 is #8CE09E. Grayscale: #3F3F3F. Windows color (decimal): -9232543 or 6365043. OLE color: 6365043.

HSL color Cylindrical-coordinate representation of color #731F61: hue angle of 312.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F61 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 97 -
CMYK 0 0.73 0.16 0.55
HSL 312.86º 0.58% 0.29% -
HSV(B) 312.86º 0.73% 0.45% -
XYZ 9.72 5.49 11.86 -
YUV 63.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 115 31 97 0 0.73 0.16 0.55 312.86 0.58 0.29
Hex 73 1F 61 0 49 10 37 139 3A 1D
Octal 163 37 141 0 111 20 67 471 72 35
Binary 1110011 11111 1100001 0 1001001 10000 110111 100111001 111010 11101

Color Harmonies of #731F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F61

Black with #731F61

Text Example


Text Example

White with #731F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,97); }

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

background-color css

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

 a { background-color: rgb(115,31,97); }

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

border-color css

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

 span { border-color: rgb(115,31,97); }

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