Html Css Color HEX #791CF9 Blue Violet

📋 copy color: '#791CF9'

red 121 ◦ green 28 ◦ blue 249

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

Shades of Blue Violet #791CF9

Tints of Blue Violet #791CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 30.4%
G = 7.04%
B = 62.56%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#791CF9 (or 0x791CF9) is known color: Blue Violet. HEX triplet: 79, 1C and F9. RGB value is (121,28,249). Sum of RGB (Red+Green+Blue) = 121+28+249=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #791CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791CF9 is #86E306. Grayscale: #505050. Windows color (decimal): -8839943 or 16325753. OLE color: 16325753.

HSL color Cylindrical-coordinate representation of color #791CF9: hue angle of 265.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791CF9 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 28 249 -
CMYK 0.51 0.89 0 0.02
HSL 265.25º 0.95% 0.54% -
HSV(B) 265.25º 0.89% 0.98% -
XYZ 25.4 11.74 90.55 -
YUV 81 222.81 156.53 -
System Red Green Blue C M Y K H S L
Decimal 121 28 249 0.51 0.89 0 0.02 265.25 0.95 0.54
Hex 79 1C F9 33 59 0 2 109 5F 36
Octal 171 34 371 63 131 0 2 411 137 66
Binary 1111001 11100 11111001 110011 1011001 0 10 100001001 1011111 110110

Color Harmonies of #791CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791CF9

Black with #791CF9

Text Example


Text Example

White with #791CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,28,249); }

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

background-color css

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

 a { background-color: rgb(121,28,249); }

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

border-color css

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

 span { border-color: rgb(121,28,249); }

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