#742190

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

Shades of Vivid Violet #742190

Tints of Vivid Violet #742190

Color information

#742190 (or 0x742190) is unknown color: approx Vivid Violet. HEX triplet: 74, 21 and 90. RGB value is (116,33,144). Sum of RGB (Red+Green+Blue) = 116+33+144=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #742190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742190 is #8BDE6F. Grayscale: #464646. Windows color (decimal): -9166448 or 9445748. OLE color: 9445748.

HSL color Cylindrical-coordinate representation of color #742190: hue angle of 284.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742190 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11633144-
CMYK0.190.7700.44
HSL284.86º62.71%34.71%-
HSV(B)284.86º77.08%56.47%-
XYZ12.786.8127.03-
YUV70.47169.5160.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=39.59%
G=11.26%
B=49.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116331440.190.7700.44284.8662.7134.71
Hex742190134D02C11d3f23
Octal16441220231150544357743
Binary1110100100001100100001001110011010101100100011101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742190; }

 p { color: rgb(116,33,144); }

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

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

 a { background-color: rgb(116,33,144); }

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

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

 span { border-color: rgb(116,33,144); }

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