#743299

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

Shades of Vivid Violet #743299

Tints of Vivid Violet #743299

Color information

#743299 (or 0x743299) is unknown color: approx Vivid Violet. HEX triplet: 74, 32 and 99. RGB value is (116,50,153). Sum of RGB (Red+Green+Blue) = 116+50+153=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #743299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743299 is #8BCD66. Grayscale: #515151. Windows color (decimal): -9162087 or 10039924. OLE color: 10039924.

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

Color convert

RGB11650153-
CMYK0.240.6700.4
HSL278.45º50.74%39.8%-
HSV(B)278.45º67.32%60%-
XYZ14.098.2931-
YUV81.48168.37152.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=36.36%
G=15.67%
B=47.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116501530.240.6700.4278.4550.7439.8
Hex74329918430281163328
Octal16462231301030504266350
Binary1110100110010100110011100010000110101000100010110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743299; }

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

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

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

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

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

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

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

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