#721E6E

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

Shades of Palatinate Purple #721E6E

Tints of Palatinate Purple #721E6E

Color information

#721E6E (or 0x721E6E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1E and 6E. RGB value is (114,30,110). Sum of RGB (Red+Green+Blue) = 114+30+110=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #721E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E6E is #8DE191. Grayscale: #3F3F3F. Windows color (decimal): -9298322 or 7216754. OLE color: 7216754.

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

Color convert

RGB11430110-
CMYK00.740.040.55
HSL302.86º58.33%28.24%-
HSV(B)302.86º73.68%44.71%-
XYZ10.225.6315.3-
YUV64.24153.83163.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=44.88%
G=11.81%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143011000.740.040.55302.8658.3328.24
Hex721E6E04A43712f3a1c
Octal1623615601124674577234
Binary11100101111011011100100101010011011110010111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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