#742083

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

Shades of Vivid Violet #742083

Tints of Vivid Violet #742083

Color information

#742083 (or 0x742083) is unknown color: approx Vivid Violet. HEX triplet: 74, 20 and 83. RGB value is (116,32,131). Sum of RGB (Red+Green+Blue) = 116+32+131=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #742083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742083 is #8BDF7C. Grayscale: #444444. Windows color (decimal): -9166717 or 8593524. OLE color: 8593524.

HSL color Cylindrical-coordinate representation of color #742083: hue angle of 290.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742083 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11632131-
CMYK0.110.7600.49
HSL290.91º60.74%31.96%-
HSV(B)290.91º75.57%51.37%-
XYZ11.826.3822.08-
YUV68.4163.33161.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=41.58%
G=11.47%
B=46.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116321310.110.7600.49290.9160.7431.96
Hex742083B4C0311233d20
Octal16440203131140614437540
Binary111010010000010000011101110011000110001100100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742083; }

 p { color: rgb(116,32,131); }

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

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

 a { background-color: rgb(116,32,131); }

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

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

 span { border-color: rgb(116,32,131); }

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