#742084

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

Shades of Vivid Violet #742084

Tints of Vivid Violet #742084

Color information

#742084 (or 0x742084) is unknown color: approx Vivid Violet. HEX triplet: 74, 20 and 84. RGB value is (116,32,132). Sum of RGB (Red+Green+Blue) = 116+32+132=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #742084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742084 is #8BDF7B. Grayscale: #444444. Windows color (decimal): -9166716 or 8659060. OLE color: 8659060.

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

Color convert

RGB11632132-
CMYK0.120.7600.48
HSL290.4º60.98%32.16%-
HSV(B)290.4º75.76%51.76%-
XYZ11.886.4122.44-
YUV68.52163.83161.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=41.43%
G=11.43%
B=47.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116321320.120.7600.48290.460.9832.16
Hex742084C4C0301223d20
Octal16440204141140604427540
Binary111010010000010000100110010011000110000100100010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742084; }

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

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

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

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

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

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

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

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