Html Css Color HEX #723461 Palatinate Purple

📋 copy color: '#723461'

red 114 ◦ green 52 ◦ blue 97

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

Shades of Palatinate Purple #723461

Tints of Palatinate Purple #723461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 43.35%
G = 19.77%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#723461 (or 0x723461) is known color: Palatinate Purple. HEX triplet: 72, 34 and 61. RGB value is (114,52,97). Sum of RGB (Red+Green+Blue) = 114+52+97=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #723461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723461 is #8DCB9E. Grayscale: #4B4B4B. Windows color (decimal): -9292703 or 6370418. OLE color: 6370418.

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

Color convert

RGB 114 52 97 -
CMYK 0 0.54 0.15 0.55
HSL 316.45º 0.37% 0.33% -
HSV(B) 316.45º 0.54% 0.45% -
XYZ 10.33 6.9 12.1 -
YUV 75.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 114 52 97 0 0.54 0.15 0.55 316.45 0.37 0.33
Hex 72 34 61 0 36 F 37 13C 25 21
Octal 162 64 141 0 66 17 67 474 45 41
Binary 1110010 110100 1100001 0 110110 1111 110111 100111100 100101 100001

Color Harmonies of #723461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723461

Black with #723461

Text Example


Text Example

White with #723461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723461; }

 p { color: rgb(114,52,97); }

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

background-color css

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

 a { background-color: rgb(114,52,97); }

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

border-color css

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

 span { border-color: rgb(114,52,97); }

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