Html Css Color HEX #723A66 Palatinate Purple

📋 copy color: '#723A66'

red 114 ◦ green 58 ◦ blue 102

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

Shades of Palatinate Purple #723A66

Tints of Palatinate Purple #723A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 41.61%
G = 21.17%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#723A66 (or 0x723A66) is known color: Palatinate Purple. HEX triplet: 72, 3A and 66. RGB value is (114,58,102). Sum of RGB (Red+Green+Blue) = 114+58+102=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #723A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723A66 is #8DC599. Grayscale: #4F4F4F. Windows color (decimal): -9291162 or 6699634. OLE color: 6699634.

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

Color convert

RGB 114 58 102 -
CMYK 0 0.49 0.11 0.55
HSL 312.86º 0.33% 0.34% -
HSV(B) 312.86º 0.49% 0.45% -
XYZ 10.85 7.56 13.46 -
YUV 79.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 114 58 102 0 0.49 0.11 0.55 312.86 0.33 0.34
Hex 72 3A 66 0 31 B 37 139 21 22
Octal 162 72 146 0 61 13 67 471 41 42
Binary 1110010 111010 1100110 0 110001 1011 110111 100111001 100001 100010

Color Harmonies of #723A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A66

Black with #723A66

Text Example


Text Example

White with #723A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,58,102); }

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

background-color css

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

 a { background-color: rgb(114,58,102); }

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

border-color css

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

 span { border-color: rgb(114,58,102); }

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