#74249D

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

Shades of Vivid Violet #74249D

Tints of Vivid Violet #74249D

Color information

#74249D (or 0x74249D) is unknown color: approx Vivid Violet. HEX triplet: 74, 24 and 9D. RGB value is (116,36,157). Sum of RGB (Red+Green+Blue) = 116+36+157=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #74249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74249D is #8BDB62. Grayscale: #494949. Windows color (decimal): -9165667 or 10298484. OLE color: 10298484.

HSL color Cylindrical-coordinate representation of color #74249D: hue angle of 279.67º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74249D is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11636157-
CMYK0.260.7700.38
HSL279.67º62.69%37.84%-
HSV(B)279.67º77.07%61.57%-
XYZ13.927.4132.59-
YUV73.71175158.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 36 (14.45% from 255) = 11.65%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=37.54%
G=11.65%
B=50.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116361570.260.7700.38279.6762.6937.84
Hex74249D1A4D0261183f26
Octal16444235321150464307746
Binary1110100100100100111011101010011010100110100011000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,36,157); }

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

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

 a { background-color: rgb(116,36,157); }

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

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

 span { border-color: rgb(116,36,157); }

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