Html Css Color HEX #721663 Palatinate Purple

📋 copy color: '#721663'

red 114 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #721663

Tints of Palatinate Purple #721663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

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

R = 48.51%
G = 9.36%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#721663 (or 0x721663) is known color: Palatinate Purple. HEX triplet: 72, 16 and 63. RGB value is (114,22,99). Sum of RGB (Red+Green+Blue) = 114+22+99=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721663 is #8DE99C. Grayscale: #3A3A3A. Windows color (decimal): -9300381 or 6493810. OLE color: 6493810.

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

Color convert

RGB 114 22 99 -
CMYK 0 0.81 0.13 0.55
HSL 309.78º 0.68% 0.27% -
HSV(B) 309.78º 0.81% 0.45% -
XYZ 9.48 5.05 12.28 -
YUV 58.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 114 22 99 0 0.81 0.13 0.55 309.78 0.68 0.27
Hex 72 16 63 0 51 D 37 136 44 1B
Octal 162 26 143 0 121 15 67 466 104 33
Binary 1110010 10110 1100011 0 1010001 1101 110111 100110110 1000100 11011

Color Harmonies of #721663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721663

Black with #721663

Text Example


Text Example

White with #721663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721663; }

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

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

background-color css

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

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

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

border-color css

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

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

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