#721266

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

Shades of Palatinate Purple #721266

Tints of Palatinate Purple #721266

Color information

#721266 (or 0x721266) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 66. RGB value is (114,18,102). Sum of RGB (Red+Green+Blue) = 114+18+102=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721266 is #8DED99. Grayscale: #383838. Windows color (decimal): -9301402 or 6689394. OLE color: 6689394.

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

Color convert

RGB11418102-
CMYK00.840.110.55
HSL307.5º72.73%25.88%-
HSV(B)307.5º84.21%44.71%-
XYZ9.554.9713.03-
YUV56.28153.8169.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=48.72%
G=7.69%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141810200.840.110.55307.572.7325.88
Hex721266054B37134491a
Octal162221460124136746411132
Binary1110010100101100110010101001011110111100110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721266; }

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

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

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

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

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

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

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

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