#742392

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

Shades of Vivid Violet #742392

Tints of Vivid Violet #742392

Color information

#742392 (or 0x742392) is unknown color: approx Vivid Violet. HEX triplet: 74, 23 and 92. RGB value is (116,35,146). Sum of RGB (Red+Green+Blue) = 116+35+146=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #742392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742392 is #8BDC6D. Grayscale: #474747. Windows color (decimal): -9165934 or 9577332. OLE color: 9577332.

HSL color Cylindrical-coordinate representation of color #742392: hue angle of 283.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742392 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11635146-
CMYK0.210.7600.43
HSL283.78º61.33%35.49%-
HSV(B)283.78º76.03%57.25%-
XYZ12.996.9927.86-
YUV71.87169.84159.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=39.06%
G=11.78%
B=49.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116351460.210.7600.43283.7861.3335.49
Hex742392154C02B11c3d23
Octal16443222251140534347543
Binary1110100100011100100101010110011000101011100011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742392; }

 p { color: rgb(116,35,146); }

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

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

 a { background-color: rgb(116,35,146); }

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

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

 span { border-color: rgb(116,35,146); }

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