Html Css Color HEX #731261 Palatinate Purple

📋 copy color: '#731261'

red 115 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #731261

Tints of Palatinate Purple #731261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

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

R = 50%
G = 7.83%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#731261 (or 0x731261) is known color: Palatinate Purple. HEX triplet: 73, 12 and 61. RGB value is (115,18,97). Sum of RGB (Red+Green+Blue) = 115+18+97=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #731261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731261 is #8CED9E. Grayscale: #373737. Windows color (decimal): -9235871 or 6361715. OLE color: 6361715.

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

Color convert

RGB 115 18 97 -
CMYK 0 0.84 0.16 0.55
HSL 311.13º 0.73% 0.26% -
HSV(B) 311.13º 0.84% 0.45% -
XYZ 9.44 4.94 11.77 -
YUV 56.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 115 18 97 0 0.84 0.16 0.55 311.13 0.73 0.26
Hex 73 12 61 0 54 10 37 137 49 1A
Octal 163 22 141 0 124 20 67 467 111 32
Binary 1110011 10010 1100001 0 1010100 10000 110111 100110111 1001001 11010

Color Harmonies of #731261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731261

Black with #731261

Text Example


Text Example

White with #731261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731261; }

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

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

background-color css

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

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

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

border-color css

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

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

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