#721A89

Color #721A89 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #721A89

Tints of Vivid Violet #721A89

Color information

#721A89 (or 0x721A89) is unknown color: approx Vivid Violet. HEX triplet: 72, 1A and 89. RGB value is (114,26,137). Sum of RGB (Red+Green+Blue) = 114+26+137=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #721A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A89 is #8DE576. Grayscale: #404040. Windows color (decimal): -9299319 or 8985202. OLE color: 8985202.

HSL color Cylindrical-coordinate representation of color #721A89: hue angle of 287.57º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721A89 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11426137-
CMYK0.170.8100.46
HSL287.57º68.1%31.96%-
HSV(B)287.57º81.02%53.73%-
XYZ11.826.1224.23-
YUV64.97168.65162.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=41.16%
G=9.39%
B=49.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114261370.170.8100.46287.5768.131.96
Hex721A89115102E1204420
Octal162322112112105644010440
Binary1110010110101000100110001101000101011101001000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A89; }

 p { color: rgb(114,26,137); }

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

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

 a { background-color: rgb(114,26,137); }

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

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

 span { border-color: rgb(114,26,137); }

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