Html Css Color HEX #721A63 Palatinate Purple

📋 copy color: '#721A63'

red 114 ◦ green 26 ◦ blue 99

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

Shades of Palatinate Purple #721A63

Tints of Palatinate Purple #721A63

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

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

R = 47.7%
G = 10.88%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#721A63 (or 0x721A63) is known color: Palatinate Purple. HEX triplet: 72, 1A and 63. RGB value is (114,26,99). Sum of RGB (Red+Green+Blue) = 114+26+99=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #721A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A63 is #8DE59C. Grayscale: #3C3C3C. Windows color (decimal): -9299357 or 6494834. OLE color: 6494834.

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

Color convert

RGB 114 26 99 -
CMYK 0 0.77 0.13 0.55
HSL 310.23º 0.63% 0.27% -
HSV(B) 310.23º 0.77% 0.45% -
XYZ 9.56 5.22 12.31 -
YUV 60.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 114 26 99 0 0.77 0.13 0.55 310.23 0.63 0.27
Hex 72 1A 63 0 4D D 37 136 3F 1B
Octal 162 32 143 0 115 15 67 466 77 33
Binary 1110010 11010 1100011 0 1001101 1101 110111 100110110 111111 11011

Color Harmonies of #721A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A63

Black with #721A63

Text Example


Text Example

White with #721A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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