#721E9D

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

Shades of Vivid Violet #721E9D

Tints of Vivid Violet #721E9D

Color information

#721E9D (or 0x721E9D) is unknown color: approx Vivid Violet. HEX triplet: 72, 1E and 9D. RGB value is (114,30,157). Sum of RGB (Red+Green+Blue) = 114+30+157=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #721E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721E9D is #8DE162. Grayscale: #454545. Windows color (decimal): -9298275 or 10296946. OLE color: 10296946.

HSL color Cylindrical-coordinate representation of color #721E9D: hue angle of 279.69º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721E9D is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11430157-
CMYK0.270.8100.38
HSL279.69º67.91%36.67%-
HSV(B)279.69º80.89%61.57%-
XYZ13.496.9432.53-
YUV69.59177.33159.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=37.87%
G=9.97%
B=52.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114301570.270.8100.38279.6967.9136.67
Hex721E9D1B510261184425
Octal162362353312104643010445
Binary1110010111101001110111011101000101001101000110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,30,157); }

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

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

 a { background-color: rgb(114,30,157); }

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

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

 span { border-color: rgb(114,30,157); }

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