#742293

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

Shades of Vivid Violet #742293

Tints of Vivid Violet #742293

Color information

#742293 (or 0x742293) is unknown color: approx Vivid Violet. HEX triplet: 74, 22 and 93. RGB value is (116,34,147). Sum of RGB (Red+Green+Blue) = 116+34+147=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #742293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742293 is #8BDD6C. Grayscale: #474747. Windows color (decimal): -9166189 or 9642612. OLE color: 9642612.

HSL color Cylindrical-coordinate representation of color #742293: hue angle of 283.54º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742293 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11634147-
CMYK0.210.7700.42
HSL283.54º62.43%35.49%-
HSV(B)283.54º76.87%57.65%-
XYZ13.046.9628.26-
YUV71.4170.67159.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=39.06%
G=11.45%
B=49.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116341470.210.7700.42283.5462.4335.49
Hex742293154D02A11c3e23
Octal16442223251150524347643
Binary1110100100010100100111010110011010101010100011100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742293; }

 p { color: rgb(116,34,147); }

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

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

 a { background-color: rgb(116,34,147); }

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

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

 span { border-color: rgb(116,34,147); }

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