#742699

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

Shades of Vivid Violet #742699

Tints of Vivid Violet #742699

Color information

#742699 (or 0x742699) is unknown color: approx Vivid Violet. HEX triplet: 74, 26 and 99. RGB value is (116,38,153). Sum of RGB (Red+Green+Blue) = 116+38+153=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #742699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742699 is #8BD966. Grayscale: #4A4A4A. Windows color (decimal): -9165159 or 10036852. OLE color: 10036852.

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

Color convert

RGB11638153-
CMYK0.240.7500.4
HSL280.7º60.21%37.45%-
HSV(B)280.7º75.16%60%-
XYZ13.657.430.85-
YUV74.43172.34157.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=37.79%
G=12.38%
B=49.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116381530.240.7500.4280.760.2137.45
Hex742699184B0281193c25
Octal16446231301130504317445
Binary1110100100110100110011100010010110101000100011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742699; }

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

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

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

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

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

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

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

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