#721B9A

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

Shades of Vivid Violet #721B9A

Tints of Vivid Violet #721B9A

Color information

#721B9A (or 0x721B9A) is unknown color: approx Vivid Violet. HEX triplet: 72, 1B and 9A. RGB value is (114,27,154). Sum of RGB (Red+Green+Blue) = 114+27+154=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #721B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721B9A is #8DE465. Grayscale: #434343. Windows color (decimal): -9299046 or 10099570. OLE color: 10099570.

HSL color Cylindrical-coordinate representation of color #721B9A: hue angle of 281.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721B9A is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11427154-
CMYK0.260.8200.40
HSL281.1º70.17%35.49%-
HSV(B)281.1º82.47%60.39%-
XYZ13.166.6931.17-
YUV67.49176.82161.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=38.64%
G=9.15%
B=52.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114271540.260.8200.40281.170.1735.49
Hex721B9A1A520281194623
Octal162332323212205043110643
Binary1110010110111001101011010101001001010001000110011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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