#743093

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

Shades of Vivid Violet #743093

Tints of Vivid Violet #743093

Color information

#743093 (or 0x743093) is unknown color: approx Vivid Violet. HEX triplet: 74, 30 and 93. RGB value is (116,48,147). Sum of RGB (Red+Green+Blue) = 116+48+147=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #743093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743093 is #8BCF6C. Grayscale: #4F4F4F. Windows color (decimal): -9162605 or 9646196. OLE color: 9646196.

HSL color Cylindrical-coordinate representation of color #743093: hue angle of 281.21º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743093 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11648147-
CMYK0.210.6700.42
HSL281.21º50.77%38.24%-
HSV(B)281.21º67.35%57.65%-
XYZ13.537.9328.42-
YUV79.62166.03153.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=37.30%
G=15.43%
B=47.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116481470.210.6700.42281.2150.7738.24
Hex743093154302A1193326
Octal16460223251030524316346
Binary1110100110000100100111010110000110101010100011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743093; }

 p { color: rgb(116,48,147); }

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

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

 a { background-color: rgb(116,48,147); }

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

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

 span { border-color: rgb(116,48,147); }

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