#793A88

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

Shades of Vivid Violet #793A88

Tints of Vivid Violet #793A88

Color information

#793A88 (or 0x793A88) is unknown color: approx Vivid Violet. HEX triplet: 79, 3A and 88. RGB value is (121,58,136). Sum of RGB (Red+Green+Blue) = 121+58+136=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #793A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793A88 is #86C577. Grayscale: #555555. Windows color (decimal): -8832376 or 8927865. OLE color: 8927865.

HSL color Cylindrical-coordinate representation of color #793A88: hue angle of 288.46º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #793A88 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12158136-
CMYK0.110.5700.47
HSL288.46º40.21%38.04%-
HSV(B)288.46º57.35%53.33%-
XYZ13.848.8724.27-
YUV85.73156.37153.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=38.41%
G=18.41%
B=43.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121581360.110.5700.47288.4640.2138.04
Hex793A88B3902F1202826
Octal1717221013710574405046
Binary11110011110101000100010111110010101111100100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,58,136); }

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

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

 a { background-color: rgb(121,58,136); }

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

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

 span { border-color: rgb(121,58,136); }

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