Html Css Color HEX #731961 Palatinate Purple

📋 copy color: '#731961'

red 115 ◦ green 25 ◦ blue 97

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

Shades of Palatinate Purple #731961

Tints of Palatinate Purple #731961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

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

R = 48.52%
G = 10.55%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#731961 (or 0x731961) is known color: Palatinate Purple. HEX triplet: 73, 19 and 61. RGB value is (115,25,97). Sum of RGB (Red+Green+Blue) = 115+25+97=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731961 is #8CE69E. Grayscale: #3B3B3B. Windows color (decimal): -9234079 or 6363507. OLE color: 6363507.

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

Color convert

RGB 115 25 97 -
CMYK 0 0.78 0.16 0.55
HSL 312º 0.64% 0.27% -
HSV(B) 312º 0.78% 0.45% -
XYZ 9.58 5.2 11.81 -
YUV 60.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 115 25 97 0 0.78 0.16 0.55 312 0.64 0.27
Hex 73 19 61 0 4E 10 37 138 40 1B
Octal 163 31 141 0 116 20 67 470 100 33
Binary 1110011 11001 1100001 0 1001110 10000 110111 100111000 1000000 11011

Color Harmonies of #731961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731961

Black with #731961

Text Example


Text Example

White with #731961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731961; }

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

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

background-color css

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

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

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

border-color css

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

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

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