#722396

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

Shades of Vivid Violet #722396

Tints of Vivid Violet #722396

Color information

#722396 (or 0x722396) is unknown color: approx Vivid Violet. HEX triplet: 72, 23 and 96. RGB value is (114,35,150). Sum of RGB (Red+Green+Blue) = 114+35+150=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #722396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722396 is #8DDC69. Grayscale: #474747. Windows color (decimal): -9297002 or 9839474. OLE color: 9839474.

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

Color convert

RGB11435150-
CMYK0.240.7700.41
HSL281.22º62.16%36.27%-
HSV(B)281.22º76.67%58.82%-
XYZ13.056.9829.51-
YUV71.73172.17158.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=38.13%
G=11.71%
B=50.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114351500.240.7700.41281.2262.1636.27
Hex722396184D0291193e24
Octal16243226301150514317644
Binary1110010100011100101101100010011010101001100011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722396; }

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

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

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

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

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

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

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

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