Html Css Color HEX #793195 Vivid Violet

📋 copy color: '#793195'

red 121 ◦ green 49 ◦ blue 149

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

Shades of Vivid Violet #793195

Tints of Vivid Violet #793195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 37.93%
G = 15.36%
B = 46.71%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#793195 (or 0x793195) is known color: Vivid Violet. HEX triplet: 79, 31 and 95. RGB value is (121,49,149). Sum of RGB (Red+Green+Blue) = 121+49+149=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #793195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793195 is #86CE6A. Grayscale: #515151. Windows color (decimal): -8834667 or 9777529. OLE color: 9777529.

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

Color convert

RGB 121 49 149 -
CMYK 0.19 0.67 0 0.42
HSL 283.2º 0.51% 0.39% -
HSV(B) 283.2º 0.67% 0.58% -
XYZ 14.41 8.43 29.3 -
YUV 81.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 121 49 149 0.19 0.67 0 0.42 283.2 0.51 0.39
Hex 79 31 95 13 43 0 2A 11B 33 27
Octal 171 61 225 23 103 0 52 433 63 47
Binary 1111001 110001 10010101 10011 1000011 0 101010 100011011 110011 100111

Color Harmonies of #793195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793195

Black with #793195

Text Example


Text Example

White with #793195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793195; }

 p { color: rgb(121,49,149); }

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

background-color css

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

 a { background-color: rgb(121,49,149); }

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

border-color css

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

 span { border-color: rgb(121,49,149); }

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