#743895

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

Shades of Vivid Violet #743895

Tints of Vivid Violet #743895

Color information

#743895 (or 0x743895) is unknown color: approx Vivid Violet. HEX triplet: 74, 38 and 95. RGB value is (116,56,149). Sum of RGB (Red+Green+Blue) = 116+56+149=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #743895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743895 is #8BC76A. Grayscale: #545454. Windows color (decimal): -9160555 or 9779316. OLE color: 9779316.

HSL color Cylindrical-coordinate representation of color #743895: hue angle of 278.71º 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 #743895 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11656149-
CMYK0.220.6200.42
HSL278.71º45.37%40.2%-
HSV(B)278.71º62.42%58.43%-
XYZ14.048.7129.38-
YUV84.54164.38150.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=36.14%
G=17.45%
B=46.42%

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
Decimal116561490.220.6200.42278.7145.3740.2
Hex743895163E02A1172d28
Octal1647022526760524275550
Binary111010011100010010101101101111100101010100010111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743895; }

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

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

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

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

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

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

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

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