Html Css Color HEX #731160 Palatinate Purple

📋 copy color: '#731160'

red 115 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #731160

Tints of Palatinate Purple #731160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 50.44%
G = 7.46%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#731160 (or 0x731160) is known color: Palatinate Purple. HEX triplet: 73, 11 and 60. RGB value is (115,17,96). Sum of RGB (Red+Green+Blue) = 115+17+96=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #731160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731160 is #8CEE9F. Grayscale: #373737. Windows color (decimal): -9236128 or 6295923. OLE color: 6295923.

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

Color convert

RGB 115 17 96 -
CMYK 0 0.85 0.17 0.55
HSL 311.63º 0.74% 0.26% -
HSV(B) 311.63º 0.85% 0.45% -
XYZ 9.38 4.89 11.52 -
YUV 55.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 115 17 96 0 0.85 0.17 0.55 311.63 0.74 0.26
Hex 73 11 60 0 55 11 37 138 4A 1A
Octal 163 21 140 0 125 21 67 470 112 32
Binary 1110011 10001 1100000 0 1010101 10001 110111 100111000 1001010 11010

Color Harmonies of #731160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731160

Black with #731160

Text Example


Text Example

White with #731160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731160; }

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

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

background-color css

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

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

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

border-color css

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

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

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