Html Css Color HEX #7940FD Blue Violet

📋 copy color: '#7940FD'

red 121 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #7940FD

Tints of Blue Violet #7940FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 27.63%
G = 14.61%
B = 57.76%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7940FD (or 0x7940FD) is known color: Blue Violet. HEX triplet: 79, 40 and FD. RGB value is (121,64,253). Sum of RGB (Red+Green+Blue) = 121+64+253=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #7940FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7940FD is #86BF02. Grayscale: #656565. Windows color (decimal): -8830723 or 16597113. OLE color: 16597113.

HSL color Cylindrical-coordinate representation of color #7940FD: hue angle of 258.1º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7940FD is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 64 253 -
CMYK 0.52 0.75 0 0.01
HSL 258.1º 0.98% 0.62% -
HSV(B) 258.1º 0.75% 0.99% -
XYZ 27.45 14.82 94.34 -
YUV 102.59 212.88 141.13 -
System Red Green Blue C M Y K H S L
Decimal 121 64 253 0.52 0.75 0 0.01 258.1 0.98 0.62
Hex 79 40 FD 34 4B 0 1 102 62 3E
Octal 171 100 375 64 113 0 1 402 142 76
Binary 1111001 1000000 11111101 110100 1001011 0 1 100000010 1100010 111110

Color Harmonies of #7940FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7940FD

Black with #7940FD

Text Example


Text Example

White with #7940FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7940FD; }

 p { color: rgb(121,64,253); }

 H1.HeaderClassName
 {
   color: #7940FD;
 }
 .AnyTagClassName
 {
   color: #7940FD;
 }
</style>

background-color css

<style>
 a { background-color: #7940FD; }

 a { background-color: rgb(121,64,253); }

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

border-color css

<style>
 span { border-color: #7940FD; }

 span { border-color: rgb(121,64,253); }

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