#721271

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

Shades of Purple #721271

Tints of Purple #721271

Color information

#721271 (or 0x721271) is unknown color: approx Purple. HEX triplet: 72, 12 and 71. RGB value is (114,18,113). Sum of RGB (Red+Green+Blue) = 114+18+113=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721271 is #8DED8E. Grayscale: #393939. Windows color (decimal): -9301391 or 7410290. OLE color: 7410290.

HSL color Cylindrical-coordinate representation of color #721271: hue angle of 300.62º 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 #721271 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11418113-
CMYK00.840.010.55
HSL300.62º72.73%25.88%-
HSV(B)300.62º84.21%44.71%-
XYZ10.145.216.09-
YUV57.53159.3168.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=46.53%
G=7.35%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141811300.840.010.55300.6272.7325.88
Hex72127105413712d491a
Octal16222161012416745511132
Binary1110010100101110001010101001110111100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721271; }

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

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

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

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

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

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

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

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