#722996

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

Shades of Vivid Violet #722996

Tints of Vivid Violet #722996

Color information

#722996 (or 0x722996) is unknown color: approx Vivid Violet. HEX triplet: 72, 29 and 96. RGB value is (114,41,150). Sum of RGB (Red+Green+Blue) = 114+41+150=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #722996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722996 is #8DD669. Grayscale: #4A4A4A. Windows color (decimal): -9295466 or 9841010. OLE color: 9841010.

HSL color Cylindrical-coordinate representation of color #722996: hue angle of 280.18º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722996 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11441150-
CMYK0.240.7300.41
HSL280.18º57.07%37.45%-
HSV(B)280.18º72.67%58.82%-
XYZ13.247.3729.58-
YUV75.25170.18155.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=37.38%
G=13.44%
B=49.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114411500.240.7300.41280.1857.0737.45
Hex72299618490291183925
Octal16251226301110514307145
Binary1110010101001100101101100010010010101001100011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722996; }

 p { color: rgb(114,41,150); }

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

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

 a { background-color: rgb(114,41,150); }

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

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

 span { border-color: rgb(114,41,150); }

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