Html Css Color HEX #731161 Palatinate Purple

📋 copy color: '#731161'

red 115 ◦ green 17 ◦ blue 97

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

Shades of Palatinate Purple #731161

Tints of Palatinate Purple #731161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

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

R = 50.22%
G = 7.42%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#731161 (or 0x731161) is known color: Palatinate Purple. HEX triplet: 73, 11 and 61. RGB value is (115,17,97). Sum of RGB (Red+Green+Blue) = 115+17+97=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #731161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731161 is #8CEE9E. Grayscale: #373737. Windows color (decimal): -9236127 or 6361459. OLE color: 6361459.

HSL color Cylindrical-coordinate representation of color #731161: hue angle of 311.02º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731161 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 97 -
CMYK 0 0.85 0.16 0.55
HSL 311.02º 0.74% 0.26% -
HSV(B) 311.02º 0.85% 0.45% -
XYZ 9.43 4.91 11.76 -
YUV 55.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 115 17 97 0 0.85 0.16 0.55 311.02 0.74 0.26
Hex 73 11 61 0 55 10 37 137 4A 1A
Octal 163 21 141 0 125 20 67 467 112 32
Binary 1110011 10001 1100001 0 1010101 10000 110111 100110111 1001010 11010

Color Harmonies of #731161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731161

Black with #731161

Text Example


Text Example

White with #731161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731161; }

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

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

background-color css

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

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

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

border-color css

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

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

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