Html Css Color HEX #7942DD Blue Violet

📋 copy color: '#7942DD'

red 121 ◦ green 66 ◦ blue 221

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

Shades of Blue Violet #7942DD

Tints of Blue Violet #7942DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

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

R = 29.66%
G = 16.18%
B = 54.17%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7942DD (or 0x7942DD) is known color: Blue Violet. HEX triplet: 79, 42 and DD. RGB value is (121,66,221). Sum of RGB (Red+Green+Blue) = 121+66+221=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #7942DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7942DD is #86BD22. Grayscale: #636363. Windows color (decimal): -8830243 or 14500473. OLE color: 14500473.

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

Color convert

RGB 121 66 221 -
CMYK 0.45 0.70 0 0.13
HSL 261.29º 0.7% 0.56% -
HSV(B) 261.29º 0.7% 0.87% -
XYZ 22.88 13.18 69.74 -
YUV 100.12 196.22 142.9 -
System Red Green Blue C M Y K H S L
Decimal 121 66 221 0.45 0.70 0 0.13 261.29 0.7 0.56
Hex 79 42 DD 2D 46 0 D 105 46 38
Octal 171 102 335 55 106 0 15 405 106 70
Binary 1111001 1000010 11011101 101101 1000110 0 1101 100000101 1000110 111000

Color Harmonies of #7942DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7942DD

Black with #7942DD

Text Example


Text Example

White with #7942DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7942DD; }

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

 H1.HeaderClassName
 {
   color: #7942DD;
 }
 .AnyTagClassName
 {
   color: #7942DD;
 }
</style>

background-color css

<style>
 a { background-color: #7942DD; }

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

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

border-color css

<style>
 span { border-color: #7942DD; }

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

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