#721B64

Color #721B64 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #721B64

Tints of Palatinate Purple #721B64

Color information

#721B64 (or 0x721B64) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1B and 64. RGB value is (114,27,100). Sum of RGB (Red+Green+Blue) = 114+27+100=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #721B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B64 is #8DE49B. Grayscale: #3D3D3D. Windows color (decimal): -9299100 or 6560626. OLE color: 6560626.

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

Color convert

RGB11427100-
CMYK00.760.120.55
HSL309.66º61.7%27.65%-
HSV(B)309.66º76.32%44.71%-
XYZ9.635.2812.57-
YUV61.33149.82165.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=47.30%
G=11.20%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142710000.760.120.55309.6661.727.65
Hex721B6404CC371363e1c
Octal16233144011414674667634
Binary111001011011110010001001100110011011110011011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #721B64;
 }
 .AnyTagClassName
 {
   color: #721B64;
 }
</style>
background-color css

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

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

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

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

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

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