#721D6E

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

Shades of Palatinate Purple #721D6E

Tints of Palatinate Purple #721D6E

Color information

#721D6E (or 0x721D6E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1D and 6E. RGB value is (114,29,110). Sum of RGB (Red+Green+Blue) = 114+29+110=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #721D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D6E is #8DE291. Grayscale: #3F3F3F. Windows color (decimal): -9298578 or 7216498. OLE color: 7216498.

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

Color convert

RGB11429110-
CMYK00.750.040.55
HSL302.82º59.44%28.04%-
HSV(B)302.82º74.56%44.71%-
XYZ10.195.5815.29-
YUV63.65154.16163.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=45.06%
G=11.46%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142911000.750.040.55302.8259.4428.04
Hex721D6E04B43712f3b1c
Octal1623515601134674577334
Binary11100101110111011100100101110011011110010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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