#721AA0

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

Shades of Vivid Violet #721AA0

Tints of Vivid Violet #721AA0

Color information

#721AA0 (or 0x721AA0) is unknown color: approx Vivid Violet. HEX triplet: 72, 1A and A0. RGB value is (114,26,160). Sum of RGB (Red+Green+Blue) = 114+26+160=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #721AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721AA0 is #8DE55F. Grayscale: #434343. Windows color (decimal): -9299296 or 10492530. OLE color: 10492530.

HSL color Cylindrical-coordinate representation of color #721AA0: hue angle of 279.4º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721AA0 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11426160-
CMYK0.290.8400.37
HSL279.4º72.04%36.47%-
HSV(B)279.4º83.75%62.75%-
XYZ13.656.8533.86-
YUV67.59180.15161.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 26 (10.55% from 255) = 8.67%
BLUE value IS 160 (62.89% from 255) = 53.33%
R=38%
G=8.67%
B=53.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114261600.290.8400.37279.472.0436.47
Hex721AA01D540251174824
Octal162322403512404542711044
Binary1110010110101010000011101101010001001011000101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,26,160); }

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

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

 a { background-color: rgb(114,26,160); }

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

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

 span { border-color: rgb(114,26,160); }

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