#743184

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

Shades of Vivid Violet #743184

Tints of Vivid Violet #743184

Color information

#743184 (or 0x743184) is unknown color: approx Vivid Violet. HEX triplet: 74, 31 and 84. RGB value is (116,49,132). Sum of RGB (Red+Green+Blue) = 116+49+132=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #743184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743184 is #8BCE7B. Grayscale: #4E4E4E. Windows color (decimal): -9162364 or 8663412. OLE color: 8663412.

HSL color Cylindrical-coordinate representation of color #743184: hue angle of 288.43º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743184 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11649132-
CMYK0.120.6300.48
HSL288.43º45.86%35.49%-
HSV(B)288.43º62.88%51.76%-
XYZ12.477.5822.64-
YUV78.49158.2154.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=39.06%
G=16.50%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116491320.120.6300.48288.4345.8635.49
Hex743184C3F0301202e23
Octal1646120414770604405643
Binary11101001100011000010011001111110110000100100000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743184; }

 p { color: rgb(116,49,132); }

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

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

 a { background-color: rgb(116,49,132); }

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

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

 span { border-color: rgb(116,49,132); }

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