Html Css Color HEX #793FD6 Blue Violet

📋 copy color: '#793FD6'

red 121 ◦ green 63 ◦ blue 214

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

Shades of Blue Violet #793FD6

Tints of Blue Violet #793FD6

RGB

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

 GREEN value IS 63 (25% from 255) = 15.83%

 BLUE value IS 214 (83.98% from 255) = 53.77%

R = 30.4%
G = 15.83%
B = 53.77%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#793FD6 (or 0x793FD6) is known color: Blue Violet. HEX triplet: 79, 3F and D6. RGB value is (121,63,214). Sum of RGB (Red+Green+Blue) = 121+63+214=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #793FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FD6 is #86C029. Grayscale: #616161. Windows color (decimal): -8831018 or 14040953. OLE color: 14040953.

HSL color Cylindrical-coordinate representation of color #793FD6: hue angle of 263.05º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793FD6 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 63 214 -
CMYK 0.43 0.71 0 0.16
HSL 263.05º 0.65% 0.54% -
HSV(B) 263.05º 0.71% 0.84% -
XYZ 21.8 12.48 64.88 -
YUV 97.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 121 63 214 0.43 0.71 0 0.16 263.05 0.65 0.54
Hex 79 3F D6 2B 47 0 10 107 41 36
Octal 171 77 326 53 107 0 20 407 101 66
Binary 1111001 111111 11010110 101011 1000111 0 10000 100000111 1000001 110110

Color Harmonies of #793FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793FD6

Black with #793FD6

Text Example


Text Example

White with #793FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793FD6; }

 p { color: rgb(121,63,214); }

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

background-color css

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

 a { background-color: rgb(121,63,214); }

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

border-color css

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

 span { border-color: rgb(121,63,214); }

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