#74299E

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

Shades of Vivid Violet #74299E

Tints of Vivid Violet #74299E

Color information

#74299E (or 0x74299E) is unknown color: approx Vivid Violet. HEX triplet: 74, 29 and 9E. RGB value is (116,41,158). Sum of RGB (Red+Green+Blue) = 116+41+158=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #74299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74299E is #8BD661. Grayscale: #4C4C4C. Windows color (decimal): -9164386 or 10365300. OLE color: 10365300.

HSL color Cylindrical-coordinate representation of color #74299E: hue angle of 278.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74299E is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11641158-
CMYK0.270.7400.38
HSL278.46º58.79%39.02%-
HSV(B)278.46º74.05%61.96%-
XYZ14.177.7733.1-
YUV76.76173.85155.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=36.83%
G=13.02%
B=50.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116411580.270.7400.38278.4658.7939.02
Hex74299E1B4A0261163b27
Octal16451236331120464267347
Binary1110100101001100111101101110010100100110100010110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74299E; }

 p { color: rgb(116,41,158); }

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

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

 a { background-color: rgb(116,41,158); }

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

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

 span { border-color: rgb(116,41,158); }

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