#721F9B

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

Shades of Vivid Violet #721F9B

Tints of Vivid Violet #721F9B

Color information

#721F9B (or 0x721F9B) is unknown color: approx Vivid Violet. HEX triplet: 72, 1F and 9B. RGB value is (114,31,155). Sum of RGB (Red+Green+Blue) = 114+31+155=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #721F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721F9B is #8DE064. Grayscale: #454545. Windows color (decimal): -9298021 or 10166130. OLE color: 10166130.

HSL color Cylindrical-coordinate representation of color #721F9B: hue angle of 280.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721F9B is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11431155-
CMYK0.260.800.39
HSL280.16º66.67%36.47%-
HSV(B)280.16º80%60.78%-
XYZ13.356.9231.64-
YUV69.95176159.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=38%
G=10.33%
B=51.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114311550.260.800.39280.1666.6736.47
Hex721F9B1A500271184324
Octal162372333212004743010344
Binary1110010111111001101111010101000001001111000110001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,155); }

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

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

 a { background-color: rgb(114,31,155); }

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

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

 span { border-color: rgb(114,31,155); }

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