#793F94

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

Shades of Vivid Violet #793F94

Tints of Vivid Violet #793F94

Color information

#793F94 (or 0x793F94) is unknown color: approx Vivid Violet. HEX triplet: 79, 3F and 94. RGB value is (121,63,148). Sum of RGB (Red+Green+Blue) = 121+63+148=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #793F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793F94 is #86C06B. Grayscale: #595959. Windows color (decimal): -8831084 or 9715577. OLE color: 9715577.

HSL color Cylindrical-coordinate representation of color #793F94: hue angle of 280.94º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #793F94 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12163148-
CMYK0.180.5700.42
HSL280.94º40.28%41.37%-
HSV(B)280.94º57.43%58.04%-
XYZ15.019.7629.11-
YUV90.03160.72150.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=36.45%
G=18.98%
B=44.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121631480.180.5700.42280.9440.2841.37
Hex793F94123902A1192829
Octal1717722422710524315051
Binary111100111111110010100100101110010101010100011001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793F94; }

 p { color: rgb(121,63,148); }

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

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

 a { background-color: rgb(121,63,148); }

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

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

 span { border-color: rgb(121,63,148); }

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