#721493

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

Shades of Purple #721493

Tints of Purple #721493

Color information

#721493 (or 0x721493) is unknown color: approx Purple. HEX triplet: 72, 14 and 93. RGB value is (114,20,147). Sum of RGB (Red+Green+Blue) = 114+20+147=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #721493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721493 is #8DEB6C. Grayscale: #3E3E3E. Windows color (decimal): -9300845 or 9639026. OLE color: 9639026.

HSL color Cylindrical-coordinate representation of color #721493: hue angle of 284.41º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721493 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11420147-
CMYK0.220.8600.42
HSL284.41º76.05%32.75%-
HSV(B)284.41º86.39%57.65%-
XYZ12.466.1828.14-
YUV62.58175.64164.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=40.57%
G=7.12%
B=52.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114201470.220.8600.42284.4176.0532.75
Hex721493165602A11c4c21
Octal162242232612605243411441
Binary1110010101001001001110110101011001010101000111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721493; }

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

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

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

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

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

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

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

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