Html Css Color HEX #793DDD Blue Violet

📋 copy color: '#793DDD'

red 121 ◦ green 61 ◦ blue 221

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

Shades of Blue Violet #793DDD

Tints of Blue Violet #793DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.14%

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

R = 30.02%
G = 15.14%
B = 54.84%

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

#793DDD (or 0x793DDD) is known color: Blue Violet. HEX triplet: 79, 3D and DD. RGB value is (121,61,221). Sum of RGB (Red+Green+Blue) = 121+61+221=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #793DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DDD is #86C222. Grayscale: #606060. Windows color (decimal): -8831523 or 14499193. OLE color: 14499193.

HSL color Cylindrical-coordinate representation of color #793DDD: hue angle of 262.5º 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 #793DDD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 61 221 -
CMYK 0.45 0.72 0 0.13
HSL 262.5º 0.7% 0.55% -
HSV(B) 262.5º 0.72% 0.87% -
XYZ 22.61 12.62 69.65 -
YUV 97.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 121 61 221 0.45 0.72 0 0.13 262.5 0.7 0.55
Hex 79 3D DD 2D 48 0 D 106 46 37
Octal 171 75 335 55 110 0 15 406 106 67
Binary 1111001 111101 11011101 101101 1001000 0 1101 100000110 1000110 110111

Color Harmonies of #793DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DDD

Black with #793DDD

Text Example


Text Example

White with #793DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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