#74398E

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

Shades of Vivid Violet #74398E

Tints of Vivid Violet #74398E

Color information

#74398E (or 0x74398E) is unknown color: approx Vivid Violet. HEX triplet: 74, 39 and 8E. RGB value is (116,57,142). Sum of RGB (Red+Green+Blue) = 116+57+142=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #74398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74398E is #8BC671. Grayscale: #545454. Windows color (decimal): -9160306 or 9320820. OLE color: 9320820.

HSL color Cylindrical-coordinate representation of color #74398E: hue angle of 281.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74398E is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11657142-
CMYK0.180.6000.44
HSL281.65º42.71%39.02%-
HSV(B)281.65º59.86%55.69%-
XYZ13.558.5926.54-
YUV84.33160.55150.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=36.83%
G=18.10%
B=45.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116571420.180.6000.44281.6542.7139.02
Hex74398E123C02C11a2b27
Octal1647121622740544325347
Binary111010011100110001110100101111000101100100011010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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