Html Css Color HEX #723A62 Palatinate Purple

📋 copy color: '#723A62'

red 114 ◦ green 58 ◦ blue 98

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

Shades of Palatinate Purple #723A62

Tints of Palatinate Purple #723A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.3%

R = 42.22%
G = 21.48%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#723A62 (or 0x723A62) is known color: Palatinate Purple. HEX triplet: 72, 3A and 62. RGB value is (114,58,98). Sum of RGB (Red+Green+Blue) = 114+58+98=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #723A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723A62 is #8DC59D. Grayscale: #4F4F4F. Windows color (decimal): -9291166 or 6437490. OLE color: 6437490.

HSL color Cylindrical-coordinate representation of color #723A62: hue angle of 317.14º 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 #723A62 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 58 98 -
CMYK 0 0.49 0.14 0.55
HSL 317.14º 0.33% 0.34% -
HSV(B) 317.14º 0.49% 0.45% -
XYZ 10.66 7.49 12.44 -
YUV 79.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 114 58 98 0 0.49 0.14 0.55 317.14 0.33 0.34
Hex 72 3A 62 0 31 E 37 13D 21 22
Octal 162 72 142 0 61 16 67 475 41 42
Binary 1110010 111010 1100010 0 110001 1110 110111 100111101 100001 100010

Color Harmonies of #723A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A62

Black with #723A62

Text Example


Text Example

White with #723A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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