Html Css Color HEX #731061 Palatinate Purple

📋 copy color: '#731061'

red 115 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #731061

Tints of Palatinate Purple #731061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 50.44%
G = 7.02%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#731061 (or 0x731061) is known color: Palatinate Purple. HEX triplet: 73, 10 and 61. RGB value is (115,16,97). Sum of RGB (Red+Green+Blue) = 115+16+97=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #731061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731061 is #8CEF9E. Grayscale: #363636. Windows color (decimal): -9236383 or 6361203. OLE color: 6361203.

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

Color convert

RGB 115 16 97 -
CMYK 0 0.86 0.16 0.55
HSL 310.91º 0.76% 0.26% -
HSV(B) 310.91º 0.86% 0.45% -
XYZ 9.41 4.88 11.75 -
YUV 54.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 115 16 97 0 0.86 0.16 0.55 310.91 0.76 0.26
Hex 73 10 61 0 56 10 37 137 4C 1A
Octal 163 20 141 0 126 20 67 467 114 32
Binary 1110011 10000 1100001 0 1010110 10000 110111 100110111 1001100 11010

Color Harmonies of #731061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731061

Black with #731061

Text Example


Text Example

White with #731061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731061; }

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

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

background-color css

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

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

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

border-color css

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

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

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