Html Css Color HEX #721760 Palatinate Purple

📋 copy color: '#721760'

red 114 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #721760

Tints of Palatinate Purple #721760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 48.93%
G = 9.87%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#721760 (or 0x721760) is known color: Palatinate Purple. HEX triplet: 72, 17 and 60. RGB value is (114,23,96). Sum of RGB (Red+Green+Blue) = 114+23+96=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #721760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721760 is #8DE89F. Grayscale: #3A3A3A. Windows color (decimal): -9300128 or 6297458. OLE color: 6297458.

HSL color Cylindrical-coordinate representation of color #721760: hue angle of 311.87º 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 #721760 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 96 -
CMYK 0 0.80 0.16 0.55
HSL 311.87º 0.66% 0.27% -
HSV(B) 311.87º 0.8% 0.45% -
XYZ 9.36 5.03 11.54 -
YUV 58.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 114 23 96 0 0.80 0.16 0.55 311.87 0.66 0.27
Hex 72 17 60 0 50 10 37 138 42 1B
Octal 162 27 140 0 120 20 67 470 102 33
Binary 1110010 10111 1100000 0 1010000 10000 110111 100111000 1000010 11011

Color Harmonies of #721760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721760

Black with #721760

Text Example


Text Example

White with #721760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721760; }

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

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

background-color css

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

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

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

border-color css

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

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

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