Html Css Color HEX #722063 Palatinate Purple

📋 copy color: '#722063'

red 114 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #722063

Tints of Palatinate Purple #722063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 46.53%
G = 13.06%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#722063 (or 0x722063) is known color: Palatinate Purple. HEX triplet: 72, 20 and 63. RGB value is (114,32,99). Sum of RGB (Red+Green+Blue) = 114+32+99=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #722063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722063 is #8DDF9C. Grayscale: #3F3F3F. Windows color (decimal): -9297821 or 6496370. OLE color: 6496370.

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

Color convert

RGB 114 32 99 -
CMYK 0 0.72 0.13 0.55
HSL 310.98º 0.56% 0.29% -
HSV(B) 310.98º 0.72% 0.45% -
XYZ 9.71 5.51 12.36 -
YUV 64.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 114 32 99 0 0.72 0.13 0.55 310.98 0.56 0.29
Hex 72 20 63 0 48 D 37 137 38 1D
Octal 162 40 143 0 110 15 67 467 70 35
Binary 1110010 100000 1100011 0 1001000 1101 110111 100110111 111000 11101

Color Harmonies of #722063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722063

Black with #722063

Text Example


Text Example

White with #722063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722063; }

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

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

background-color css

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

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

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

border-color css

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

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

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