Html Css Color HEX #794282 Vivid Violet

📋 copy color: '#794282'

red 121 ◦ green 66 ◦ blue 130

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

Shades of Vivid Violet #794282

Tints of Vivid Violet #794282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 38.17%
G = 20.82%
B = 41.01%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#794282 (or 0x794282) is known color: Vivid Violet. HEX triplet: 79, 42 and 82. RGB value is (121,66,130). Sum of RGB (Red+Green+Blue) = 121+66+130=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #794282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794282 is #86BD7D. Grayscale: #595959. Windows color (decimal): -8830334 or 8536697. OLE color: 8536697.

HSL color Cylindrical-coordinate representation of color #794282: hue angle of 291.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #794282 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 66 130 -
CMYK 0.07 0.49 0 0.49
HSL 291.56º 0.33% 0.38% -
HSV(B) 291.56º 0.49% 0.51% -
XYZ 13.86 9.57 22.24 -
YUV 89.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 121 66 130 0.07 0.49 0 0.49 291.56 0.33 0.38
Hex 79 42 82 7 31 0 31 124 21 26
Octal 171 102 202 7 61 0 61 444 41 46
Binary 1111001 1000010 10000010 111 110001 0 110001 100100100 100001 100110

Color Harmonies of #794282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794282

Black with #794282

Text Example


Text Example

White with #794282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794282; }

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

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

background-color css

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

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

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

border-color css

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

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

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