#793594

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

Shades of Vivid Violet #793594

Tints of Vivid Violet #793594

Color information

#793594 (or 0x793594) is unknown color: approx Vivid Violet. HEX triplet: 79, 35 and 94. RGB value is (121,53,148). Sum of RGB (Red+Green+Blue) = 121+53+148=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #793594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793594 is #86CA6B. Grayscale: #535353. Windows color (decimal): -8833644 or 9713017. OLE color: 9713017.

HSL color Cylindrical-coordinate representation of color #793594: hue angle of 282.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #793594 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12153148-
CMYK0.180.6400.42
HSL282.95º47.26%39.41%-
HSV(B)282.95º64.19%58.04%-
XYZ14.58.7528.94-
YUV84.16164.03154.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=37.58%
G=16.46%
B=45.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121531480.180.6400.42282.9547.2639.41
Hex793594124002A11b2f27
Octal17165224221000524335747
Binary1111001110101100101001001010000000101010100011011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793594; }

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

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

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

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

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

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

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

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