Html Css Color HEX #723168 Palatinate Purple

📋 copy color: '#723168'

red 114 ◦ green 49 ◦ blue 104

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

Shades of Palatinate Purple #723168

Tints of Palatinate Purple #723168

RGB

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

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

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

R = 42.7%
G = 18.35%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#723168 (or 0x723168) is known color: Palatinate Purple. HEX triplet: 72, 31 and 68. RGB value is (114,49,104). Sum of RGB (Red+Green+Blue) = 114+49+104=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #723168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723168 is #8DCE97. Grayscale: #4A4A4A. Windows color (decimal): -9293464 or 6828402. OLE color: 6828402.

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

Color convert

RGB 114 49 104 -
CMYK 0 0.57 0.09 0.55
HSL 309.23º 0.4% 0.32% -
HSV(B) 309.23º 0.57% 0.45% -
XYZ 10.54 6.77 13.85 -
YUV 74.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 114 49 104 0 0.57 0.09 0.55 309.23 0.4 0.32
Hex 72 31 68 0 39 9 37 135 28 20
Octal 162 61 150 0 71 11 67 465 50 40
Binary 1110010 110001 1101000 0 111001 1001 110111 100110101 101000 100000

Color Harmonies of #723168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723168

Black with #723168

Text Example


Text Example

White with #723168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723168; }

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

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

background-color css

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

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

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

border-color css

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

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

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