Html Css Color HEX #731163 Palatinate Purple

📋 copy color: '#731163'

red 115 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #731163

Tints of Palatinate Purple #731163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 49.78%
G = 7.36%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#731163 (or 0x731163) is known color: Palatinate Purple. HEX triplet: 73, 11 and 63. RGB value is (115,17,99). Sum of RGB (Red+Green+Blue) = 115+17+99=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #731163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731163 is #8CEE9C. Grayscale: #373737. Windows color (decimal): -9236125 or 6492531. OLE color: 6492531.

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

Color convert

RGB 115 17 99 -
CMYK 0 0.85 0.14 0.55
HSL 309.8º 0.74% 0.26% -
HSV(B) 309.8º 0.85% 0.45% -
XYZ 9.52 4.95 12.26 -
YUV 55.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 115 17 99 0 0.85 0.14 0.55 309.8 0.74 0.26
Hex 73 11 63 0 55 E 37 136 4A 1A
Octal 163 21 143 0 125 16 67 466 112 32
Binary 1110011 10001 1100011 0 1010101 1110 110111 100110110 1001010 11010

Color Harmonies of #731163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731163

Black with #731163

Text Example


Text Example

White with #731163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731163; }

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

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

background-color css

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

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

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

border-color css

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

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

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