#793093

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

Shades of Vivid Violet #793093

Tints of Vivid Violet #793093

Color information

#793093 (or 0x793093) is unknown color: approx Vivid Violet. HEX triplet: 79, 30 and 93. RGB value is (121,48,147). Sum of RGB (Red+Green+Blue) = 121+48+147=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #793093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793093 is #86CF6C. Grayscale: #505050. Windows color (decimal): -8834925 or 9646201. OLE color: 9646201.

HSL color Cylindrical-coordinate representation of color #793093: hue angle of 284.24º 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 #793093 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12148147-
CMYK0.180.6700.42
HSL284.24º50.77%38.24%-
HSV(B)284.24º67.35%57.65%-
XYZ14.218.2928.45-
YUV81.11165.18156.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=38.29%
G=15.19%
B=46.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121481470.180.6700.42284.2450.7738.24
Hex793093124302A11c3326
Octal17160223221030524346346
Binary1111001110000100100111001010000110101010100011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793093; }

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

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

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

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

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

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

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

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