Html Css Color HEX #793593 Vivid Violet

📋 copy color: '#793593'

red 121 ◦ green 53 ◦ blue 147

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

Shades of Vivid Violet #793593

Tints of Vivid Violet #793593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 37.69%
G = 16.51%
B = 45.79%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#793593 (or 0x793593) is known color: Vivid Violet. HEX triplet: 79, 35 and 93. RGB value is (121,53,147). Sum of RGB (Red+Green+Blue) = 121+53+147=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #793593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793593 is #86CA6C. Grayscale: #535353. Windows color (decimal): -8833645 or 9647481. OLE color: 9647481.

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

Color convert

RGB 121 53 147 -
CMYK 0.18 0.64 0 0.42
HSL 283.4º 0.47% 0.39% -
HSV(B) 283.4º 0.64% 0.58% -
XYZ 14.42 8.72 28.53 -
YUV 84.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 121 53 147 0.18 0.64 0 0.42 283.4 0.47 0.39
Hex 79 35 93 12 40 0 2A 11B 2F 27
Octal 171 65 223 22 100 0 52 433 57 47
Binary 1111001 110101 10010011 10010 1000000 0 101010 100011011 101111 100111

Color Harmonies of #793593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793593

Black with #793593

Text Example


Text Example

White with #793593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793593; }

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

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

background-color css

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

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

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

border-color css

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

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

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