Html Css Color HEX #721363 Palatinate Purple

📋 copy color: '#721363'

red 114 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #721363

Tints of Palatinate Purple #721363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 49.14%
G = 8.19%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#721363 (or 0x721363) is known color: Palatinate Purple. HEX triplet: 72, 13 and 63. RGB value is (114,19,99). Sum of RGB (Red+Green+Blue) = 114+19+99=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #721363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721363 is #8DEC9C. Grayscale: #383838. Windows color (decimal): -9301149 or 6493042. OLE color: 6493042.

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

Color convert

RGB 114 19 99 -
CMYK 0 0.83 0.13 0.55
HSL 309.47º 0.71% 0.26% -
HSV(B) 309.47º 0.83% 0.45% -
XYZ 9.42 4.94 12.26 -
YUV 56.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 114 19 99 0 0.83 0.13 0.55 309.47 0.71 0.26
Hex 72 13 63 0 53 D 37 135 47 1A
Octal 162 23 143 0 123 15 67 465 107 32
Binary 1110010 10011 1100011 0 1010011 1101 110111 100110101 1000111 11010

Color Harmonies of #721363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721363

Black with #721363

Text Example


Text Example

White with #721363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721363; }

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

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

background-color css

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

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

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

border-color css

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

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

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