Html Css Color HEX #723362 Palatinate Purple

📋 copy color: '#723362'

red 114 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #723362

Tints of Palatinate Purple #723362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 43.35%
G = 19.39%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#723362 (or 0x723362) is known color: Palatinate Purple. HEX triplet: 72, 33 and 62. RGB value is (114,51,98). Sum of RGB (Red+Green+Blue) = 114+51+98=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #723362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723362 is #8DCC9D. Grayscale: #4B4B4B. Windows color (decimal): -9292958 or 6435698. OLE color: 6435698.

HSL color Cylindrical-coordinate representation of color #723362: hue angle of 315.24º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #723362 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 98 -
CMYK 0 0.55 0.14 0.55
HSL 315.24º 0.38% 0.32% -
HSV(B) 315.24º 0.55% 0.45% -
XYZ 10.33 6.83 12.33 -
YUV 75.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 114 51 98 0 0.55 0.14 0.55 315.24 0.38 0.32
Hex 72 33 62 0 37 E 37 13B 26 20
Octal 162 63 142 0 67 16 67 473 46 40
Binary 1110010 110011 1100010 0 110111 1110 110111 100111011 100110 100000

Color Harmonies of #723362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723362

Black with #723362

Text Example


Text Example

White with #723362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723362; }

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

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

background-color css

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

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

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

border-color css

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

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

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