#721E68

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

Shades of Palatinate Purple #721E68

Tints of Palatinate Purple #721E68

Color information

#721E68 (or 0x721E68) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1E and 68. RGB value is (114,30,104). Sum of RGB (Red+Green+Blue) = 114+30+104=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #721E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E68 is #8DE197. Grayscale: #3F3F3F. Windows color (decimal): -9298328 or 6823538. OLE color: 6823538.

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

Color convert

RGB11430104-
CMYK00.740.090.55
HSL307.14º58.33%28.24%-
HSV(B)307.14º73.68%44.71%-
XYZ9.95.5113.64-
YUV63.55150.83163.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=45.97%
G=12.10%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143010400.740.090.55307.1458.3328.24
Hex721E6804A9371333a1c
Octal16236150011211674637234
Binary111001011110110100001001010100111011110011001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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