#721B86

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

Shades of Vivid Violet #721B86

Tints of Vivid Violet #721B86

Color information

#721B86 (or 0x721B86) is unknown color: approx Vivid Violet. HEX triplet: 72, 1B and 86. RGB value is (114,27,134). Sum of RGB (Red+Green+Blue) = 114+27+134=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #721B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721B86 is #8DE479. Grayscale: #404040. Windows color (decimal): -9299066 or 8788850. OLE color: 8788850.

HSL color Cylindrical-coordinate representation of color #721B86: hue angle of 288.79º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721B86 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11427134-
CMYK0.150.8000.47
HSL288.79º66.46%31.57%-
HSV(B)288.79º79.85%52.55%-
XYZ11.636.0823.12-
YUV65.21166.82162.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=41.45%
G=9.82%
B=48.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114271340.150.8000.47288.7966.4631.57
Hex721B86F5002F1214220
Octal162332061712005744110240
Binary111001011011100001101111101000001011111001000011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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