Html Css Color HEX #723B68 Palatinate Purple

📋 copy color: '#723B68'

red 114 ◦ green 59 ◦ blue 104

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

Shades of Palatinate Purple #723B68

Tints of Palatinate Purple #723B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.3%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 41.16%
G = 21.3%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#723B68 (or 0x723B68) is known color: Palatinate Purple. HEX triplet: 72, 3B and 68. RGB value is (114,59,104). Sum of RGB (Red+Green+Blue) = 114+59+104=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #723B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723B68 is #8DC497. Grayscale: #505050. Windows color (decimal): -9290904 or 6830962. OLE color: 6830962.

HSL color Cylindrical-coordinate representation of color #723B68: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #723B68 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 59 104 -
CMYK 0 0.48 0.09 0.55
HSL 310.91º 0.32% 0.34% -
HSV(B) 310.91º 0.48% 0.45% -
XYZ 11 7.7 14 -
YUV 80.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 114 59 104 0 0.48 0.09 0.55 310.91 0.32 0.34
Hex 72 3B 68 0 30 9 37 137 20 22
Octal 162 73 150 0 60 11 67 467 40 42
Binary 1110010 111011 1101000 0 110000 1001 110111 100110111 100000 100010

Color Harmonies of #723B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723B68

Black with #723B68

Text Example


Text Example

White with #723B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723B68; }

 p { color: rgb(114,59,104); }

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

background-color css

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

 a { background-color: rgb(114,59,104); }

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

border-color css

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

 span { border-color: rgb(114,59,104); }

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