#722699

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

Shades of Vivid Violet #722699

Tints of Vivid Violet #722699

Color information

#722699 (or 0x722699) is unknown color: approx Vivid Violet. HEX triplet: 72, 26 and 99. RGB value is (114,38,153). Sum of RGB (Red+Green+Blue) = 114+38+153=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #722699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722699 is #8DD966. Grayscale: #494949. Windows color (decimal): -9296231 or 10036850. OLE color: 10036850.

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

Color convert

RGB11438153-
CMYK0.250.7500.4
HSL279.65º60.21%37.45%-
HSV(B)279.65º75.16%60%-
XYZ13.387.2630.83-
YUV73.83172.68156.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=37.38%
G=12.46%
B=50.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114381530.250.7500.4279.6560.2137.45
Hex722699194B0281183c25
Octal16246231311130504307445
Binary1110010100110100110011100110010110101000100011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722699; }

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

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

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

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

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

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

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

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