Html Css Color HEX #793CF9 Blue Violet

📋 copy color: '#793CF9'

red 121 ◦ green 60 ◦ blue 249

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

Shades of Blue Violet #793CF9

Tints of Blue Violet #793CF9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

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

R = 28.14%
G = 13.95%
B = 57.91%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#793CF9 (or 0x793CF9) is known color: Blue Violet. HEX triplet: 79, 3C and F9. RGB value is (121,60,249). Sum of RGB (Red+Green+Blue) = 121+60+249=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #793CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793CF9 is #86C306. Grayscale: #636363. Windows color (decimal): -8831751 or 16333945. OLE color: 16333945.

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

Color convert

RGB 121 60 249 -
CMYK 0.51 0.76 0 0.02
HSL 259.37º 0.94% 0.61% -
HSV(B) 259.37º 0.76% 0.98% -
XYZ 26.6 14.14 90.95 -
YUV 99.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 121 60 249 0.51 0.76 0 0.02 259.37 0.94 0.61
Hex 79 3C F9 33 4C 0 2 103 5E 3D
Octal 171 74 371 63 114 0 2 403 136 75
Binary 1111001 111100 11111001 110011 1001100 0 10 100000011 1011110 111101

Color Harmonies of #793CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CF9

Black with #793CF9

Text Example


Text Example

White with #793CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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