Html Css Color HEX #722363 Palatinate Purple

📋 copy color: '#722363'

red 114 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #722363

Tints of Palatinate Purple #722363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 45.97%
G = 14.11%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#722363 (or 0x722363) is known color: Palatinate Purple. HEX triplet: 72, 23 and 63. RGB value is (114,35,99). Sum of RGB (Red+Green+Blue) = 114+35+99=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722363 is #8DDC9C. Grayscale: #414141. Windows color (decimal): -9297053 or 6497138. OLE color: 6497138.

HSL color Cylindrical-coordinate representation of color #722363: hue angle of 311.39º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722363 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 99 -
CMYK 0 0.69 0.13 0.55
HSL 311.39º 0.53% 0.29% -
HSV(B) 311.39º 0.69% 0.45% -
XYZ 9.79 5.68 12.38 -
YUV 65.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 114 35 99 0 0.69 0.13 0.55 311.39 0.53 0.29
Hex 72 23 63 0 45 D 37 137 35 1D
Octal 162 43 143 0 105 15 67 467 65 35
Binary 1110010 100011 1100011 0 1000101 1101 110111 100110111 110101 11101

Color Harmonies of #722363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722363

Black with #722363

Text Example


Text Example

White with #722363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722363; }

 p { color: rgb(114,35,99); }

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

background-color css

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

 a { background-color: rgb(114,35,99); }

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

border-color css

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

 span { border-color: rgb(114,35,99); }

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