Html Css Color HEX #721D60 Palatinate Purple

📋 copy color: '#721D60'

red 114 ◦ green 29 ◦ blue 96

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

Shades of Palatinate Purple #721D60

Tints of Palatinate Purple #721D60

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

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

R = 47.7%
G = 12.13%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#721D60 (or 0x721D60) is known color: Palatinate Purple. HEX triplet: 72, 1D and 60. RGB value is (114,29,96). Sum of RGB (Red+Green+Blue) = 114+29+96=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #721D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D60 is #8DE29F. Grayscale: #3D3D3D. Windows color (decimal): -9298592 or 6298994. OLE color: 6298994.

HSL color Cylindrical-coordinate representation of color #721D60: hue angle of 312.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D60 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 96 -
CMYK 0 0.75 0.16 0.55
HSL 312.71º 0.59% 0.28% -
HSV(B) 312.71º 0.75% 0.45% -
XYZ 9.49 5.3 11.59 -
YUV 62.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 114 29 96 0 0.75 0.16 0.55 312.71 0.59 0.28
Hex 72 1D 60 0 4B 10 37 139 3B 1C
Octal 162 35 140 0 113 20 67 471 73 34
Binary 1110010 11101 1100000 0 1001011 10000 110111 100111001 111011 11100

Color Harmonies of #721D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D60

Black with #721D60

Text Example


Text Example

White with #721D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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