#721A6A

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

Shades of Palatinate Purple #721A6A

Tints of Palatinate Purple #721A6A

Color information

#721A6A (or 0x721A6A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1A and 6A. RGB value is (114,26,106). Sum of RGB (Red+Green+Blue) = 114+26+106=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #721A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A6A is #8DE595. Grayscale: #3D3D3D. Windows color (decimal): -9299350 or 6953586. OLE color: 6953586.

HSL color Cylindrical-coordinate representation of color #721A6A: hue angle of 305.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A6A is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11426106-
CMYK00.770.070.55
HSL305.45º62.86%27.45%-
HSV(B)305.45º77.19%44.71%-
XYZ9.915.3614.15-
YUV61.43153.15165.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=46.34%
G=10.57%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142610600.770.070.55305.4562.8627.45
Hex721A6A04D7371313f1b
Octal1623215201157674617733
Binary11100101101011010100100110111111011110011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,26,106); }

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

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

 a { background-color: rgb(114,26,106); }

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

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

 span { border-color: rgb(114,26,106); }

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