Html Css Color HEX #793EDD Blue Violet

📋 copy color: '#793EDD'

red 121 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #793EDD

Tints of Blue Violet #793EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.35%

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 29.95%
G = 15.35%
B = 54.7%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#793EDD (or 0x793EDD) is known color: Blue Violet. HEX triplet: 79, 3E and DD. RGB value is (121,62,221). Sum of RGB (Red+Green+Blue) = 121+62+221=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #793EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793EDD is #86C122. Grayscale: #616161. Windows color (decimal): -8831267 or 14499449. OLE color: 14499449.

HSL color Cylindrical-coordinate representation of color #793EDD: hue angle of 262.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793EDD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 62 221 -
CMYK 0.45 0.72 0 0.13
HSL 262.26º 0.7% 0.55% -
HSV(B) 262.26º 0.72% 0.87% -
XYZ 22.66 12.73 69.67 -
YUV 97.77 197.55 144.57 -
System Red Green Blue C M Y K H S L
Decimal 121 62 221 0.45 0.72 0 0.13 262.26 0.7 0.55
Hex 79 3E DD 2D 48 0 D 106 46 37
Octal 171 76 335 55 110 0 15 406 106 67
Binary 1111001 111110 11011101 101101 1001000 0 1101 100000110 1000110 110111

Color Harmonies of #793EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793EDD

Black with #793EDD

Text Example


Text Example

White with #793EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,62,221); }

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

background-color css

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

 a { background-color: rgb(121,62,221); }

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

border-color css

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

 span { border-color: rgb(121,62,221); }

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