#74308D

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

Shades of Vivid Violet #74308D

Tints of Vivid Violet #74308D

Color information

#74308D (or 0x74308D) is unknown color: approx Vivid Violet. HEX triplet: 74, 30 and 8D. RGB value is (116,48,141). Sum of RGB (Red+Green+Blue) = 116+48+141=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #74308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74308D is #8BCF72. Grayscale: #4E4E4E. Windows color (decimal): -9162611 or 9252980. OLE color: 9252980.

HSL color Cylindrical-coordinate representation of color #74308D: hue angle of 283.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74308D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11648141-
CMYK0.180.6600.45
HSL283.87º49.21%37.06%-
HSV(B)283.87º65.96%55.29%-
XYZ13.077.7526.01-
YUV78.93163.03154.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=38.03%
G=15.74%
B=46.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116481410.180.6600.45283.8749.2137.06
Hex74308D124202D11c3125
Octal16460215221020554346145
Binary1110100110000100011011001010000100101101100011100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74308D; }

 p { color: rgb(116,48,141); }

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

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

 a { background-color: rgb(116,48,141); }

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

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

 span { border-color: rgb(116,48,141); }

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