#721B68

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

Shades of Palatinate Purple #721B68

Tints of Palatinate Purple #721B68

Color information

#721B68 (or 0x721B68) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1B and 68. RGB value is (114,27,104). Sum of RGB (Red+Green+Blue) = 114+27+104=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B68 is #8DE497. Grayscale: #3D3D3D. Windows color (decimal): -9299096 or 6822770. OLE color: 6822770.

HSL color Cylindrical-coordinate representation of color #721B68: hue angle of 306.9º 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 #721B68 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11427104-
CMYK00.760.090.55
HSL306.9º61.7%27.65%-
HSV(B)306.9º76.32%44.71%-
XYZ9.835.3613.61-
YUV61.79151.82165.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=46.53%
G=11.02%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142710400.760.090.55306.961.727.65
Hex721B6804C9371333e1c
Octal16233150011411674637634
Binary111001011011110100001001100100111011110011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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