#722696

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

Shades of Vivid Violet #722696

Tints of Vivid Violet #722696

Color information

#722696 (or 0x722696) is unknown color: approx Vivid Violet. HEX triplet: 72, 26 and 96. RGB value is (114,38,150). Sum of RGB (Red+Green+Blue) = 114+38+150=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #722696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722696 is #8DD969. Grayscale: #494949. Windows color (decimal): -9296234 or 9840242. OLE color: 9840242.

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

Color convert

RGB11438150-
CMYK0.240.7500.41
HSL280.71º59.57%36.86%-
HSV(B)280.71º74.67%58.82%-
XYZ13.147.1729.54-
YUV73.49171.18156.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=37.75%
G=12.58%
B=49.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114381500.240.7500.41280.7159.5736.86
Hex722696184B0291193c25
Octal16246226301130514317445
Binary1110010100110100101101100010010110101001100011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722696; }

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

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

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

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

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

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

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

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