Html Css Color HEX #723061 Palatinate Purple

📋 copy color: '#723061'

red 114 ◦ green 48 ◦ blue 97

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

Shades of Palatinate Purple #723061

Tints of Palatinate Purple #723061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 44.02%
G = 18.53%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#723061 (or 0x723061) is known color: Palatinate Purple. HEX triplet: 72, 30 and 61. RGB value is (114,48,97). Sum of RGB (Red+Green+Blue) = 114+48+97=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #723061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723061 is #8DCF9E. Grayscale: #494949. Windows color (decimal): -9293727 or 6369394. OLE color: 6369394.

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

Color convert

RGB 114 48 97 -
CMYK 0 0.58 0.15 0.55
HSL 315.45º 0.41% 0.32% -
HSV(B) 315.45º 0.58% 0.45% -
XYZ 10.15 6.55 12.04 -
YUV 73.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 114 48 97 0 0.58 0.15 0.55 315.45 0.41 0.32
Hex 72 30 61 0 3A F 37 13B 29 20
Octal 162 60 141 0 72 17 67 473 51 40
Binary 1110010 110000 1100001 0 111010 1111 110111 100111011 101001 100000

Color Harmonies of #723061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723061

Black with #723061

Text Example


Text Example

White with #723061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723061; }

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

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

background-color css

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

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

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

border-color css

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

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

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