#74348E

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

Shades of Vivid Violet #74348E

Tints of Vivid Violet #74348E

Color information

#74348E (or 0x74348E) is unknown color: approx Vivid Violet. HEX triplet: 74, 34 and 8E. RGB value is (116,52,142). Sum of RGB (Red+Green+Blue) = 116+52+142=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #74348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74348E is #8BCB71. Grayscale: #515151. Windows color (decimal): -9161586 or 9319540. OLE color: 9319540.

HSL color Cylindrical-coordinate representation of color #74348E: hue angle of 282.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74348E is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11652142-
CMYK0.180.6300.44
HSL282.67º46.39%38.04%-
HSV(B)282.67º63.38%55.69%-
XYZ13.318.1226.46-
YUV81.4162.2152.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=37.42%
G=16.77%
B=45.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116521420.180.6300.44282.6746.3938.04
Hex74348E123F02C11b2e26
Octal1646421622770544335646
Binary111010011010010001110100101111110101100100011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,52,142); }

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

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

 a { background-color: rgb(116,52,142); }

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

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

 span { border-color: rgb(116,52,142); }

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