#74398C

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

Shades of Vivid Violet #74398C

Tints of Vivid Violet #74398C

Color information

#74398C (or 0x74398C) is unknown color: approx Vivid Violet. HEX triplet: 74, 39 and 8C. RGB value is (116,57,140). Sum of RGB (Red+Green+Blue) = 116+57+140=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #74398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74398C is #8BC673. Grayscale: #535353. Windows color (decimal): -9160308 or 9189748. OLE color: 9189748.

HSL color Cylindrical-coordinate representation of color #74398C: hue angle of 282.65º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74398C is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11657140-
CMYK0.170.5900.45
HSL282.65º42.13%38.63%-
HSV(B)282.65º59.29%54.9%-
XYZ13.48.5325.75-
YUV84.1159.55150.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=37.06%
G=18.21%
B=44.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116571400.170.5900.45282.6542.1338.63
Hex74398C113B02D11b2a27
Octal1647121421730554335247
Binary111010011100110001100100011110110101101100011011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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