#721B8E

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

Shades of Vivid Violet #721B8E

Tints of Vivid Violet #721B8E

Color information

#721B8E (or 0x721B8E) is unknown color: approx Vivid Violet. HEX triplet: 72, 1B and 8E. RGB value is (114,27,142). Sum of RGB (Red+Green+Blue) = 114+27+142=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #721B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721B8E is #8DE471. Grayscale: #414141. Windows color (decimal): -9299058 or 9313138. OLE color: 9313138.

HSL color Cylindrical-coordinate representation of color #721B8E: hue angle of 285.39º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721B8E is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11427142-
CMYK0.200.8100.44
HSL285.39º68.05%33.14%-
HSV(B)285.39º80.99%55.69%-
XYZ12.216.3126.17-
YUV66.12170.82162.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=40.28%
G=9.54%
B=50.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114271420.200.8100.44285.3968.0533.14
Hex721B8E145102C11d4421
Octal162332162412105443510441
Binary1110010110111000111010100101000101011001000111011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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