#721392

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

Shades of Purple #721392

Tints of Purple #721392

Color information

#721392 (or 0x721392) is unknown color: approx Purple. HEX triplet: 72, 13 and 92. RGB value is (114,19,146). Sum of RGB (Red+Green+Blue) = 114+19+146=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #721392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721392 is #8DEC6D. Grayscale: #3D3D3D. Windows color (decimal): -9301102 or 9573234. OLE color: 9573234.

HSL color Cylindrical-coordinate representation of color #721392: hue angle of 284.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721392 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11419146-
CMYK0.220.8700.43
HSL284.88º76.97%32.35%-
HSV(B)284.88º86.99%57.25%-
XYZ12.366.1227.72-
YUV61.88175.47165.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=40.86%
G=6.81%
B=52.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114191460.220.8700.43284.8876.9732.35
Hex721392165702B11d4d20
Octal162232222612705343511540
Binary1110010100111001001010110101011101010111000111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721392; }

 p { color: rgb(114,19,146); }

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

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

 a { background-color: rgb(114,19,146); }

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

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

 span { border-color: rgb(114,19,146); }

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