Html Css Color HEX #723261 Palatinate Purple

📋 copy color: '#723261'

red 114 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #723261

Tints of Palatinate Purple #723261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

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

R = 43.68%
G = 19.16%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#723261 (or 0x723261) is known color: Palatinate Purple. HEX triplet: 72, 32 and 61. RGB value is (114,50,97). Sum of RGB (Red+Green+Blue) = 114+50+97=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #723261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723261 is #8DCD9E. Grayscale: #4A4A4A. Windows color (decimal): -9293215 or 6369906. OLE color: 6369906.

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

Color convert

RGB 114 50 97 -
CMYK 0 0.56 0.15 0.55
HSL 315.94º 0.39% 0.32% -
HSV(B) 315.94º 0.56% 0.45% -
XYZ 10.24 6.72 12.07 -
YUV 74.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 114 50 97 0 0.56 0.15 0.55 315.94 0.39 0.32
Hex 72 32 61 0 38 F 37 13C 27 20
Octal 162 62 141 0 70 17 67 474 47 40
Binary 1110010 110010 1100001 0 111000 1111 110111 100111100 100111 100000

Color Harmonies of #723261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723261

Black with #723261

Text Example


Text Example

White with #723261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723261; }

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

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

background-color css

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

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

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

border-color css

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

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

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