#74229F

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

Shades of Vivid Violet #74229F

Tints of Vivid Violet #74229F

Color information

#74229F (or 0x74229F) is unknown color: approx Vivid Violet. HEX triplet: 74, 22 and 9F. RGB value is (116,34,159). Sum of RGB (Red+Green+Blue) = 116+34+159=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #74229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74229F is #8BDD60. Grayscale: #484848. Windows color (decimal): -9166177 or 10429044. OLE color: 10429044.

HSL color Cylindrical-coordinate representation of color #74229F: hue angle of 279.36º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74229F is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11634159-
CMYK0.270.7900.38
HSL279.36º64.77%37.84%-
HSV(B)279.36º78.62%62.35%-
XYZ14.037.3633.48-
YUV72.77176.67158.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=37.54%
G=11.00%
B=51.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116341590.270.7900.38279.3664.7737.84
Hex74229F1B4F0261174126
Octal164422373311704642710146
Binary11101001000101001111111011100111101001101000101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74229F; }

 p { color: rgb(116,34,159); }

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

<style>
 a { background-color: #74229F; }

 a { background-color: rgb(116,34,159); }

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

<style>
 span { border-color: #74229F; }

 span { border-color: rgb(116,34,159); }

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