#721A95

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

Shades of Vivid Violet #721A95

Tints of Vivid Violet #721A95

Color information

#721A95 (or 0x721A95) is unknown color: approx Vivid Violet. HEX triplet: 72, 1A and 95. RGB value is (114,26,149). Sum of RGB (Red+Green+Blue) = 114+26+149=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #721A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A95 is #8DE56A. Grayscale: #414141. Windows color (decimal): -9299307 or 9771634. OLE color: 9771634.

HSL color Cylindrical-coordinate representation of color #721A95: hue angle of 282.93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721A95 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11426149-
CMYK0.230.8300.42
HSL282.93º70.29%34.31%-
HSV(B)282.93º82.55%58.43%-
XYZ12.736.4929.01-
YUV66.33174.65162-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 26 (10.55% from 255) = 9.00%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=39.45%
G=9.00%
B=51.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114261490.230.8300.42282.9370.2934.31
Hex721A95175302A11b4622
Octal162322252712305243310642
Binary1110010110101001010110111101001101010101000110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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