#721466

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

Shades of Palatinate Purple #721466

Tints of Palatinate Purple #721466

Color information

#721466 (or 0x721466) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 66. RGB value is (114,20,102). Sum of RGB (Red+Green+Blue) = 114+20+102=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721466 is #8DEB99. Grayscale: #393939. Windows color (decimal): -9300890 or 6689906. OLE color: 6689906.

HSL color Cylindrical-coordinate representation of color #721466: hue angle of 307.66º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721466 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11420102-
CMYK00.820.110.55
HSL307.66º70.15%26.27%-
HSV(B)307.66º82.46%44.71%-
XYZ9.595.0413.04-
YUV57.45153.14168.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=48.31%
G=8.47%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142010200.820.110.55307.6670.1526.27
Hex721466052B37134461a
Octal162241460122136746410632
Binary1110010101001100110010100101011110111100110100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721466; }

 p { color: rgb(114,20,102); }

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

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

 a { background-color: rgb(114,20,102); }

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

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

 span { border-color: rgb(114,20,102); }

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