#721475

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

Shades of Purple #721475

Tints of Purple #721475

Color information

#721475 (or 0x721475) is unknown color: approx Purple. HEX triplet: 72, 14 and 75. RGB value is (114,20,117). Sum of RGB (Red+Green+Blue) = 114+20+117=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #721475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721475 is #8DEB8A. Grayscale: #3A3A3A. Windows color (decimal): -9300875 or 7672946. OLE color: 7672946.

HSL color Cylindrical-coordinate representation of color #721475: hue angle of 298.14º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721475 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11420117-
CMYK0.030.8300.54
HSL298.14º70.8%26.86%-
HSV(B)298.14º82.91%45.88%-
XYZ10.45.3617.32-
YUV59.16160.64167.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=45.42%
G=7.97%
B=46.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114201170.030.8300.54298.1470.826.86
Hex72147535303612a471b
Octal16224165312306645210733
Binary11100101010011101011110100110110110100101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721475; }

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

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

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

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

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

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

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

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