Html Css Color HEX #791ADD Blue Violet

📋 copy color: '#791ADD'

red 121 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #791ADD

Tints of Blue Violet #791ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 32.88%
G = 7.07%
B = 60.05%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#791ADD (or 0x791ADD) is known color: Blue Violet. HEX triplet: 79, 1A and DD. RGB value is (121,26,221). Sum of RGB (Red+Green+Blue) = 121+26+221=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #791ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ADD is #86E522. Grayscale: #4B4B4B. Windows color (decimal): -8840483 or 14490233. OLE color: 14490233.

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

Color convert

RGB 121 26 221 -
CMYK 0.45 0.88 0 0.13
HSL 269.23º 0.79% 0.48% -
HSV(B) 269.23º 0.88% 0.87% -
XYZ 21.31 10.02 69.22 -
YUV 76.64 209.47 159.64 -
System Red Green Blue C M Y K H S L
Decimal 121 26 221 0.45 0.88 0 0.13 269.23 0.79 0.48
Hex 79 1A DD 2D 58 0 D 10D 4F 30
Octal 171 32 335 55 130 0 15 415 117 60
Binary 1111001 11010 11011101 101101 1011000 0 1101 100001101 1001111 110000

Color Harmonies of #791ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791ADD

Black with #791ADD

Text Example


Text Example

White with #791ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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