Html Css Color HEX #723462 Palatinate Purple

📋 copy color: '#723462'

red 114 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #723462

Tints of Palatinate Purple #723462

RGB

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

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

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

R = 43.18%
G = 19.7%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#723462 (or 0x723462) is known color: Palatinate Purple. HEX triplet: 72, 34 and 62. RGB value is (114,52,98). Sum of RGB (Red+Green+Blue) = 114+52+98=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #723462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723462 is #8DCB9D. Grayscale: #4B4B4B. Windows color (decimal): -9292702 or 6435954. OLE color: 6435954.

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

Color convert

RGB 114 52 98 -
CMYK 0 0.54 0.14 0.55
HSL 315.48º 0.37% 0.33% -
HSV(B) 315.48º 0.54% 0.45% -
XYZ 10.37 6.92 12.34 -
YUV 75.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 114 52 98 0 0.54 0.14 0.55 315.48 0.37 0.33
Hex 72 34 62 0 36 E 37 13B 25 21
Octal 162 64 142 0 66 16 67 473 45 41
Binary 1110010 110100 1100010 0 110110 1110 110111 100111011 100101 100001

Color Harmonies of #723462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723462

Black with #723462

Text Example


Text Example

White with #723462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723462; }

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

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

background-color css

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

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

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

border-color css

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

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

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