Html Css Color HEX #731162 Palatinate Purple

📋 copy color: '#731162'

red 115 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #731162

Tints of Palatinate Purple #731162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 50%
G = 7.39%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731162 (or 0x731162) is known color: Palatinate Purple. HEX triplet: 73, 11 and 62. RGB value is (115,17,98). Sum of RGB (Red+Green+Blue) = 115+17+98=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #731162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731162 is #8CEE9D. Grayscale: #373737. Windows color (decimal): -9236126 or 6426995. OLE color: 6426995.

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

Color convert

RGB 115 17 98 -
CMYK 0 0.85 0.15 0.55
HSL 310.41º 0.74% 0.26% -
HSV(B) 310.41º 0.85% 0.45% -
XYZ 9.48 4.93 12.01 -
YUV 55.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 115 17 98 0 0.85 0.15 0.55 310.41 0.74 0.26
Hex 73 11 62 0 55 F 37 136 4A 1A
Octal 163 21 142 0 125 17 67 466 112 32
Binary 1110011 10001 1100010 0 1010101 1111 110111 100110110 1001010 11010

Color Harmonies of #731162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731162

Black with #731162

Text Example


Text Example

White with #731162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731162; }

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

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

background-color css

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

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

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

border-color css

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

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

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