Html Css Color HEX #733161 Palatinate Purple

📋 copy color: '#733161'

red 115 ◦ green 49 ◦ blue 97

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

Shades of Palatinate Purple #733161

Tints of Palatinate Purple #733161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 44.06%
G = 18.77%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#733161 (or 0x733161) is known color: Palatinate Purple. HEX triplet: 73, 31 and 61. RGB value is (115,49,97). Sum of RGB (Red+Green+Blue) = 115+49+97=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #733161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733161 is #8CCE9E. Grayscale: #4A4A4A. Windows color (decimal): -9227935 or 6369651. OLE color: 6369651.

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

Color convert

RGB 115 49 97 -
CMYK 0 0.57 0.16 0.55
HSL 316.36º 0.4% 0.32% -
HSV(B) 316.36º 0.57% 0.45% -
XYZ 10.33 6.7 12.06 -
YUV 74.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 115 49 97 0 0.57 0.16 0.55 316.36 0.4 0.32
Hex 73 31 61 0 39 10 37 13C 28 20
Octal 163 61 141 0 71 20 67 474 50 40
Binary 1110011 110001 1100001 0 111001 10000 110111 100111100 101000 100000

Color Harmonies of #733161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733161

Black with #733161

Text Example


Text Example

White with #733161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733161; }

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

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

background-color css

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

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

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

border-color css

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

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

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