Html Css Color HEX #731661 Palatinate Purple

📋 copy color: '#731661'

red 115 ◦ green 22 ◦ blue 97

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

Shades of Palatinate Purple #731661

Tints of Palatinate Purple #731661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 49.15%
G = 9.4%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#731661 (or 0x731661) is known color: Palatinate Purple. HEX triplet: 73, 16 and 61. RGB value is (115,22,97). Sum of RGB (Red+Green+Blue) = 115+22+97=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731661 is #8CE99E. Grayscale: #3A3A3A. Windows color (decimal): -9234847 or 6362739. OLE color: 6362739.

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

Color convert

RGB 115 22 97 -
CMYK 0 0.81 0.16 0.55
HSL 311.61º 0.68% 0.27% -
HSV(B) 311.61º 0.81% 0.45% -
XYZ 9.51 5.08 11.79 -
YUV 58.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 115 22 97 0 0.81 0.16 0.55 311.61 0.68 0.27
Hex 73 16 61 0 51 10 37 138 44 1B
Octal 163 26 141 0 121 20 67 470 104 33
Binary 1110011 10110 1100001 0 1010001 10000 110111 100111000 1000100 11011

Color Harmonies of #731661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731661

Black with #731661

Text Example


Text Example

White with #731661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731661; }

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

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

background-color css

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

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

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

border-color css

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

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

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