Html Css Color HEX #723161 Palatinate Purple

📋 copy color: '#723161'

red 114 ◦ green 49 ◦ blue 97

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

Shades of Palatinate Purple #723161

Tints of Palatinate Purple #723161

RGB

 RED value IS 114 (44.92% from 255) = 43.85%

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

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

R = 43.85%
G = 18.85%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#723161 (or 0x723161) is known color: Palatinate Purple. HEX triplet: 72, 31 and 61. RGB value is (114,49,97). Sum of RGB (Red+Green+Blue) = 114+49+97=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #723161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723161 is #8DCE9E. Grayscale: #494949. Windows color (decimal): -9293471 or 6369650. OLE color: 6369650.

HSL color Cylindrical-coordinate representation of color #723161: hue angle of 315.69º 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 #723161 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 97 -
CMYK 0 0.57 0.15 0.55
HSL 315.69º 0.4% 0.32% -
HSV(B) 315.69º 0.57% 0.45% -
XYZ 10.2 6.64 12.05 -
YUV 73.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 114 49 97 0 0.57 0.15 0.55 315.69 0.4 0.32
Hex 72 31 61 0 39 F 37 13C 28 20
Octal 162 61 141 0 71 17 67 474 50 40
Binary 1110010 110001 1100001 0 111001 1111 110111 100111100 101000 100000

Color Harmonies of #723161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723161

Black with #723161

Text Example


Text Example

White with #723161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723161; }

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

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

background-color css

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

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

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

border-color css

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

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

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