#74298d

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

Shades of Vivid Violet #74298D

Tints of Vivid Violet #74298D

Color information

#74298D (or 0x74298D) is unknown color: approx Vivid Violet. HEX triplet: 74, 29 and 8D. RGB value is (116,41,141). Sum of RGB (Red+Green+Blue) = 116+41+141=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #74298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74298D is #8BD672. Grayscale: #4A4A4A. Windows color (decimal): -9164403 or 9251188. OLE color: 9251188.

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

Color convert

RGB11641141-
CMYK0.180.7100.45
HSL285º54.95%35.69%-
HSV(B)285º70.92%55.29%-
XYZ12.87.2225.92-
YUV74.82165.35157.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=38.93%
G=13.76%
B=47.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116411410.180.7100.4528554.9535.69
Hex74298D124702D11d3724
Octal16451215221070554356744
Binary1110100101001100011011001010001110101101100011101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74298d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74298d; }

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

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

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

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

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

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

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

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