Html Css Color HEX #723768 Palatinate Purple

📋 copy color: '#723768'

red 114 ◦ green 55 ◦ blue 104

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

Shades of Palatinate Purple #723768

Tints of Palatinate Purple #723768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 41.76%
G = 20.15%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#723768 (or 0x723768) is known color: Palatinate Purple. HEX triplet: 72, 37 and 68. RGB value is (114,55,104). Sum of RGB (Red+Green+Blue) = 114+55+104=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #723768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723768 is #8DC897. Grayscale: #4E4E4E. Windows color (decimal): -9291928 or 6829938. OLE color: 6829938.

HSL color Cylindrical-coordinate representation of color #723768: hue angle of 310.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #723768 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 104 -
CMYK 0 0.52 0.09 0.55
HSL 310.17º 0.35% 0.33% -
HSV(B) 310.17º 0.52% 0.45% -
XYZ 10.8 7.31 13.94 -
YUV 78.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 114 55 104 0 0.52 0.09 0.55 310.17 0.35 0.33
Hex 72 37 68 0 34 9 37 136 23 21
Octal 162 67 150 0 64 11 67 466 43 41
Binary 1110010 110111 1101000 0 110100 1001 110111 100110110 100011 100001

Color Harmonies of #723768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723768

Black with #723768

Text Example


Text Example

White with #723768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723768; }

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

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

background-color css

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

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

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

border-color css

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

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

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