Html Css Color HEX #793ADD Blue Violet

📋 copy color: '#793ADD'

red 121 ◦ green 58 ◦ blue 221

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

Shades of Blue Violet #793ADD

Tints of Blue Violet #793ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

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

R = 30.25%
G = 14.5%
B = 55.25%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#793ADD (or 0x793ADD) is known color: Blue Violet. HEX triplet: 79, 3A and DD. RGB value is (121,58,221). Sum of RGB (Red+Green+Blue) = 121+58+221=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #793ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ADD is #86C522. Grayscale: #5E5E5E. Windows color (decimal): -8832291 or 14498425. OLE color: 14498425.

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

Color convert

RGB 121 58 221 -
CMYK 0.45 0.74 0 0.13
HSL 263.19º 0.71% 0.55% -
HSV(B) 263.19º 0.74% 0.87% -
XYZ 22.45 12.31 69.6 -
YUV 95.42 198.87 146.25 -
System Red Green Blue C M Y K H S L
Decimal 121 58 221 0.45 0.74 0 0.13 263.19 0.71 0.55
Hex 79 3A DD 2D 4A 0 D 107 47 37
Octal 171 72 335 55 112 0 15 407 107 67
Binary 1111001 111010 11011101 101101 1001010 0 1101 100000111 1000111 110111

Color Harmonies of #793ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793ADD

Black with #793ADD

Text Example


Text Example

White with #793ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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