#732699

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

Shades of Vivid Violet #732699

Tints of Vivid Violet #732699

Color information

#732699 (or 0x732699) is unknown color: approx Vivid Violet. HEX triplet: 73, 26 and 99. RGB value is (115,38,153). Sum of RGB (Red+Green+Blue) = 115+38+153=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #732699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732699 is #8CD966. Grayscale: #494949. Windows color (decimal): -9230695 or 10036851. OLE color: 10036851.

HSL color Cylindrical-coordinate representation of color #732699: hue angle of 280.17º 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 #732699 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11538153-
CMYK0.250.7500.4
HSL280.17º60.21%37.45%-
HSV(B)280.17º75.16%60%-
XYZ13.517.3330.84-
YUV74.13172.51157.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 153 (60.16% from 255) = 50%
R=37.58%
G=12.42%
B=50%

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
Decimal115381530.250.7500.4280.1760.2137.45
Hex732699194B0281183c25
Octal16346231311130504307445
Binary1110011100110100110011100110010110101000100011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732699; }

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

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

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

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

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

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

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

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