Html Css Color HEX #723369 Palatinate Purple

📋 copy color: '#723369'

red 114 ◦ green 51 ◦ blue 105

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

Shades of Palatinate Purple #723369

Tints of Palatinate Purple #723369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 42.22%
G = 18.89%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#723369 (or 0x723369) is known color: Palatinate Purple. HEX triplet: 72, 33 and 69. RGB value is (114,51,105). Sum of RGB (Red+Green+Blue) = 114+51+105=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #723369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723369 is #8DCC96. Grayscale: #4B4B4B. Windows color (decimal): -9292951 or 6894450. OLE color: 6894450.

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

Color convert

RGB 114 51 105 -
CMYK 0 0.55 0.08 0.55
HSL 308.57º 0.38% 0.32% -
HSV(B) 308.57º 0.55% 0.45% -
XYZ 10.67 6.96 14.15 -
YUV 75.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 114 51 105 0 0.55 0.08 0.55 308.57 0.38 0.32
Hex 72 33 69 0 37 8 37 135 26 20
Octal 162 63 151 0 67 10 67 465 46 40
Binary 1110010 110011 1101001 0 110111 1000 110111 100110101 100110 100000

Color Harmonies of #723369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723369

Black with #723369

Text Example


Text Example

White with #723369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723369; }

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

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

background-color css

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

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

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

border-color css

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

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

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