Html Css Color HEX #721764 Palatinate Purple

📋 copy color: '#721764'

red 114 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #721764

Tints of Palatinate Purple #721764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 48.1%
G = 9.7%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#721764 (or 0x721764) is known color: Palatinate Purple. HEX triplet: 72, 17 and 64. RGB value is (114,23,100). Sum of RGB (Red+Green+Blue) = 114+23+100=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721764 is #8DE89B. Grayscale: #3A3A3A. Windows color (decimal): -9300124 or 6559602. OLE color: 6559602.

HSL color Cylindrical-coordinate representation of color #721764: hue angle of 309.23º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721764 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 100 -
CMYK 0 0.80 0.12 0.55
HSL 309.23º 0.66% 0.27% -
HSV(B) 309.23º 0.8% 0.45% -
XYZ 9.55 5.11 12.54 -
YUV 58.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 114 23 100 0 0.80 0.12 0.55 309.23 0.66 0.27
Hex 72 17 64 0 50 C 37 135 42 1B
Octal 162 27 144 0 120 14 67 465 102 33
Binary 1110010 10111 1100100 0 1010000 1100 110111 100110101 1000010 11011

Color Harmonies of #721764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721764

Black with #721764

Text Example


Text Example

White with #721764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721764; }

 p { color: rgb(114,23,100); }

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

background-color css

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

 a { background-color: rgb(114,23,100); }

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

border-color css

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

 span { border-color: rgb(114,23,100); }

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