#742799

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

Shades of Vivid Violet #742799

Tints of Vivid Violet #742799

Color information

#742799 (or 0x742799) is unknown color: approx Vivid Violet. HEX triplet: 74, 27 and 99. RGB value is (116,39,153). Sum of RGB (Red+Green+Blue) = 116+39+153=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #742799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742799 is #8BD866. Grayscale: #4A4A4A. Windows color (decimal): -9164903 or 10037108. OLE color: 10037108.

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

Color convert

RGB11639153-
CMYK0.240.7500.4
HSL280.53º59.38%37.65%-
HSV(B)280.53º74.51%60%-
XYZ13.687.4630.86-
YUV75.02172.01157.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=37.66%
G=12.66%
B=49.68%

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
Decimal116391530.240.7500.4280.5359.3837.65
Hex742799184B0281193b26
Octal16447231301130504317346
Binary1110100100111100110011100010010110101000100011001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742799; }

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

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

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

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

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

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

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

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