Html Css Color HEX #793596 Vivid Violet

📋 copy color: '#793596'

red 121 ◦ green 53 ◦ blue 150

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

Shades of Vivid Violet #793596

Tints of Vivid Violet #793596

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 37.35%
G = 16.36%
B = 46.3%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#793596 (or 0x793596) is known color: Vivid Violet. HEX triplet: 79, 35 and 96. RGB value is (121,53,150). Sum of RGB (Red+Green+Blue) = 121+53+150=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #793596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793596 is #86CA69. Grayscale: #545454. Windows color (decimal): -8833642 or 9844089. OLE color: 9844089.

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

Color convert

RGB 121 53 150 -
CMYK 0.19 0.65 0 0.41
HSL 282.06º 0.48% 0.4% -
HSV(B) 282.06º 0.65% 0.59% -
XYZ 14.66 8.81 29.78 -
YUV 84.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 121 53 150 0.19 0.65 0 0.41 282.06 0.48 0.4
Hex 79 35 96 13 41 0 29 11A 30 28
Octal 171 65 226 23 101 0 51 432 60 50
Binary 1111001 110101 10010110 10011 1000001 0 101001 100011010 110000 101000

Color Harmonies of #793596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793596

Black with #793596

Text Example


Text Example

White with #793596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793596; }

 p { color: rgb(121,53,150); }

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

background-color css

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

 a { background-color: rgb(121,53,150); }

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

border-color css

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

 span { border-color: rgb(121,53,150); }

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