#743995

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

Shades of Vivid Violet #743995

Tints of Vivid Violet #743995

Color information

#743995 (or 0x743995) is unknown color: approx Vivid Violet. HEX triplet: 74, 39 and 95. RGB value is (116,57,149). Sum of RGB (Red+Green+Blue) = 116+57+149=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #743995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743995 is #8BC66A. Grayscale: #545454. Windows color (decimal): -9160299 or 9779572. OLE color: 9779572.

HSL color Cylindrical-coordinate representation of color #743995: hue angle of 278.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743995 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11657149-
CMYK0.220.6200.42
HSL278.48º44.66%40.39%-
HSV(B)278.48º61.74%58.43%-
XYZ14.098.8129.39-
YUV85.13164.05150.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=36.02%
G=17.70%
B=46.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116571490.220.6200.42278.4844.6640.39
Hex743995163E02A1162d28
Octal1647122526760524265550
Binary111010011100110010101101101111100101010100010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743995; }

 p { color: rgb(116,57,149); }

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

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

 a { background-color: rgb(116,57,149); }

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

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

 span { border-color: rgb(116,57,149); }

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