#742692

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

Shades of Vivid Violet #742692

Tints of Vivid Violet #742692

Color information

#742692 (or 0x742692) is unknown color: approx Vivid Violet. HEX triplet: 74, 26 and 92. RGB value is (116,38,146). Sum of RGB (Red+Green+Blue) = 116+38+146=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #742692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742692 is #8BD96D. Grayscale: #494949. Windows color (decimal): -9165166 or 9578100. OLE color: 9578100.

HSL color Cylindrical-coordinate representation of color #742692: hue angle of 283.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742692 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11638146-
CMYK0.210.7400.43
HSL283.33º58.7%36.08%-
HSV(B)283.33º73.97%57.25%-
XYZ13.087.1727.89-
YUV73.63168.84158.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=38.67%
G=12.67%
B=48.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116381460.210.7400.43283.3358.736.08
Hex742692154A02B11b3b24
Octal16446222251120534337344
Binary1110100100110100100101010110010100101011100011011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742692; }

 p { color: rgb(116,38,146); }

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

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

 a { background-color: rgb(116,38,146); }

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

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

 span { border-color: rgb(116,38,146); }

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