Html Css Color HEX #721061 Palatinate Purple

📋 copy color: '#721061'

red 114 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #721061

Tints of Palatinate Purple #721061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 50.22%
G = 7.05%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#721061 (or 0x721061) is known color: Palatinate Purple. HEX triplet: 72, 10 and 61. RGB value is (114,16,97). Sum of RGB (Red+Green+Blue) = 114+16+97=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #721061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721061 is #8DEF9E. Grayscale: #363636. Windows color (decimal): -9301919 or 6361202. OLE color: 6361202.

HSL color Cylindrical-coordinate representation of color #721061: hue angle of 310.41º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721061 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 97 -
CMYK 0 0.86 0.15 0.55
HSL 310.41º 0.75% 0.25% -
HSV(B) 310.41º 0.86% 0.45% -
XYZ 9.28 4.81 11.75 -
YUV 54.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 114 16 97 0 0.86 0.15 0.55 310.41 0.75 0.25
Hex 72 10 61 0 56 F 37 136 4B 19
Octal 162 20 141 0 126 17 67 466 113 31
Binary 1110010 10000 1100001 0 1010110 1111 110111 100110110 1001011 11001

Color Harmonies of #721061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721061

Black with #721061

Text Example


Text Example

White with #721061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721061; }

 p { color: rgb(114,16,97); }

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

background-color css

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

 a { background-color: rgb(114,16,97); }

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

border-color css

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

 span { border-color: rgb(114,16,97); }

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