#742F94

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

Shades of Vivid Violet #742F94

Tints of Vivid Violet #742F94

Color information

#742F94 (or 0x742F94) is unknown color: approx Vivid Violet. HEX triplet: 74, 2F and 94. RGB value is (116,47,148). Sum of RGB (Red+Green+Blue) = 116+47+148=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #742F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F94 is #8BD06B. Grayscale: #4E4E4E. Windows color (decimal): -9162860 or 9711476. OLE color: 9711476.

HSL color Cylindrical-coordinate representation of color #742F94: hue angle of 280.99º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742F94 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11647148-
CMYK0.220.6800.42
HSL280.99º51.79%38.24%-
HSV(B)280.99º68.24%58.04%-
XYZ13.567.8828.82-
YUV79.14166.86154.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=37.30%
G=15.11%
B=47.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116471480.220.6800.42280.9951.7938.24
Hex742F94164402A1193426
Octal16457224261040524316446
Binary1110100101111100101001011010001000101010100011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F94; }

 p { color: rgb(116,47,148); }

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

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

 a { background-color: rgb(116,47,148); }

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

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

 span { border-color: rgb(116,47,148); }

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