Html Css Color HEX #793988 Vivid Violet

📋 copy color: '#793988'

red 121 ◦ green 57 ◦ blue 136

#793988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #793988

Tints of Vivid Violet #793988

RGB

 RED value IS 121 (47.66% from 255) = 38.54%

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 38.54%
G = 18.15%
B = 43.31%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#793988 (or 0x793988) is known color: Vivid Violet. HEX triplet: 79, 39 and 88. RGB value is (121,57,136). Sum of RGB (Red+Green+Blue) = 121+57+136=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #793988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793988 is #86C677. Grayscale: #545454. Windows color (decimal): -8832632 or 8927609. OLE color: 8927609.

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

Color convert

RGB 121 57 136 -
CMYK 0.11 0.58 0 0.47
HSL 288.61º 0.41% 0.38% -
HSV(B) 288.61º 0.58% 0.53% -
XYZ 13.79 8.77 24.26 -
YUV 85.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 121 57 136 0.11 0.58 0 0.47 288.61 0.41 0.38
Hex 79 39 88 B 3A 0 2F 121 29 26
Octal 171 71 210 13 72 0 57 441 51 46
Binary 1111001 111001 10001000 1011 111010 0 101111 100100001 101001 100110

Color Harmonies of #793988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793988

Black with #793988

Text Example


Text Example

White with #793988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793988; }

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

 H1.HeaderClassName
 {
   color: #793988;
 }
 .AnyTagClassName
 {
   color: #793988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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