Html Css Color HEX #793495 Vivid Violet

📋 copy color: '#793495'

red 121 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #793495

Tints of Vivid Violet #793495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 37.58%
G = 16.15%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#793495 (or 0x793495) is known color: Vivid Violet. HEX triplet: 79, 34 and 95. RGB value is (121,52,149). Sum of RGB (Red+Green+Blue) = 121+52+149=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #793495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793495 is #86CB6A. Grayscale: #535353. Windows color (decimal): -8833899 or 9778297. OLE color: 9778297.

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

Color convert

RGB 121 52 149 -
CMYK 0.19 0.65 0 0.42
HSL 282.68º 0.48% 0.39% -
HSV(B) 282.68º 0.65% 0.58% -
XYZ 14.54 8.69 29.35 -
YUV 83.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 121 52 149 0.19 0.65 0 0.42 282.68 0.48 0.39
Hex 79 34 95 13 41 0 2A 11B 30 27
Octal 171 64 225 23 101 0 52 433 60 47
Binary 1111001 110100 10010101 10011 1000001 0 101010 100011011 110000 100111

Color Harmonies of #793495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793495

Black with #793495

Text Example


Text Example

White with #793495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793495; }

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

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

background-color css

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

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

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

border-color css

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

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

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