#743489

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

Shades of Vivid Violet #743489

Tints of Vivid Violet #743489

Color information

#743489 (or 0x743489) is unknown color: approx Vivid Violet. HEX triplet: 74, 34 and 89. RGB value is (116,52,137). Sum of RGB (Red+Green+Blue) = 116+52+137=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #743489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743489 is #8BCB76. Grayscale: #505050. Windows color (decimal): -9161591 or 8991860. OLE color: 8991860.

HSL color Cylindrical-coordinate representation of color #743489: hue angle of 285.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743489 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11652137-
CMYK0.150.6200.46
HSL285.18º44.97%37.06%-
HSV(B)285.18º62.04%53.73%-
XYZ12.957.9824.52-
YUV80.83159.7153.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=38.03%
G=17.05%
B=44.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116521370.150.6200.46285.1844.9737.06
Hex743489F3E02E11d2d25
Octal1646421117760564355545
Binary11101001101001000100111111111100101110100011101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743489; }

 p { color: rgb(116,52,137); }

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

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

 a { background-color: rgb(116,52,137); }

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

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

 span { border-color: rgb(116,52,137); }

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