#721B89

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

Shades of Vivid Violet #721B89

Tints of Vivid Violet #721B89

Color information

#721B89 (or 0x721B89) is unknown color: approx Vivid Violet. HEX triplet: 72, 1B and 89. RGB value is (114,27,137). Sum of RGB (Red+Green+Blue) = 114+27+137=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #721B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721B89 is #8DE476. Grayscale: #414141. Windows color (decimal): -9299063 or 8985458. OLE color: 8985458.

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

Color convert

RGB11427137-
CMYK0.170.8000.46
HSL287.45º67.07%32.16%-
HSV(B)287.45º80.29%53.73%-
XYZ11.856.1724.23-
YUV65.55168.32162.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=41.01%
G=9.71%
B=49.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114271370.170.8000.46287.4567.0732.16
Hex721B89115002E11f4320
Octal162332112112005643710340
Binary1110010110111000100110001101000001011101000111111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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