Html Css Color HEX #721863 Palatinate Purple

📋 copy color: '#721863'

red 114 ◦ green 24 ◦ blue 99

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

Shades of Palatinate Purple #721863

Tints of Palatinate Purple #721863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 48.1%
G = 10.13%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#721863 (or 0x721863) is known color: Palatinate Purple. HEX triplet: 72, 18 and 63. RGB value is (114,24,99). Sum of RGB (Red+Green+Blue) = 114+24+99=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721863 is #8DE79C. Grayscale: #3B3B3B. Windows color (decimal): -9299869 or 6494322. OLE color: 6494322.

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

Color convert

RGB 114 24 99 -
CMYK 0 0.79 0.13 0.55
HSL 310º 0.65% 0.27% -
HSV(B) 310º 0.79% 0.45% -
XYZ 9.52 5.13 12.29 -
YUV 59.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 114 24 99 0 0.79 0.13 0.55 310 0.65 0.27
Hex 72 18 63 0 4F D 37 136 41 1B
Octal 162 30 143 0 117 15 67 466 101 33
Binary 1110010 11000 1100011 0 1001111 1101 110111 100110110 1000001 11011

Color Harmonies of #721863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721863

Black with #721863

Text Example


Text Example

White with #721863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721863; }

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

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

background-color css

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

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

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

border-color css

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

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

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