Html Css Color HEX #794294 Vivid Violet

📋 copy color: '#794294'

red 121 ◦ green 66 ◦ blue 148

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

Shades of Vivid Violet #794294

Tints of Vivid Violet #794294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 36.12%
G = 19.7%
B = 44.18%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#794294 (or 0x794294) is known color: Vivid Violet. HEX triplet: 79, 42 and 94. RGB value is (121,66,148). Sum of RGB (Red+Green+Blue) = 121+66+148=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #794294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794294 is #86BD6B. Grayscale: #5B5B5B. Windows color (decimal): -8830316 or 9716345. OLE color: 9716345.

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

Color convert

RGB 121 66 148 -
CMYK 0.18 0.55 0 0.42
HSL 280.24º 0.38% 0.42% -
HSV(B) 280.24º 0.55% 0.58% -
XYZ 15.18 10.1 29.17 -
YUV 91.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 121 66 148 0.18 0.55 0 0.42 280.24 0.38 0.42
Hex 79 42 94 12 37 0 2A 118 26 2A
Octal 171 102 224 22 67 0 52 430 46 52
Binary 1111001 1000010 10010100 10010 110111 0 101010 100011000 100110 101010

Color Harmonies of #794294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794294

Black with #794294

Text Example


Text Example

White with #794294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794294; }

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

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

background-color css

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

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

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

border-color css

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

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

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