#721B69

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

Shades of Palatinate Purple #721B69

Tints of Palatinate Purple #721B69

Color information

#721B69 (or 0x721B69) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1B and 69. RGB value is (114,27,105). Sum of RGB (Red+Green+Blue) = 114+27+105=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #721B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B69 is #8DE496. Grayscale: #3D3D3D. Windows color (decimal): -9299095 or 6888306. OLE color: 6888306.

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

Color convert

RGB11427105-
CMYK00.760.080.55
HSL306.21º61.7%27.65%-
HSV(B)306.21º76.32%44.71%-
XYZ9.885.3813.88-
YUV61.9152.32165.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 27 (10.94% from 255) = 10.98%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=46.34%
G=10.98%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142710500.760.080.55306.2161.727.65
Hex721B6904C8371323e1c
Octal16233151011410674627634
Binary111001011011110100101001100100011011110011001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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