Html Css Color HEX #793CEF Blue Violet

📋 copy color: '#793CEF'

red 121 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #793CEF

Tints of Blue Violet #793CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 28.81%
G = 14.29%
B = 56.9%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#793CEF (or 0x793CEF) is known color: Blue Violet. HEX triplet: 79, 3C and EF. RGB value is (121,60,239). Sum of RGB (Red+Green+Blue) = 121+60+239=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #793CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793CEF is #86C310. Grayscale: #616161. Windows color (decimal): -8831761 or 15678585. OLE color: 15678585.

HSL color Cylindrical-coordinate representation of color #793CEF: hue angle of 260.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793CEF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 60 239 -
CMYK 0.49 0.75 0 0.06
HSL 260.45º 0.85% 0.59% -
HSV(B) 260.45º 0.75% 0.94% -
XYZ 25.08 13.53 82.95 -
YUV 98.65 207.21 143.95 -
System Red Green Blue C M Y K H S L
Decimal 121 60 239 0.49 0.75 0 0.06 260.45 0.85 0.59
Hex 79 3C EF 31 4B 0 6 104 55 3B
Octal 171 74 357 61 113 0 6 404 125 73
Binary 1111001 111100 11101111 110001 1001011 0 110 100000100 1010101 111011

Color Harmonies of #793CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CEF

Black with #793CEF

Text Example


Text Example

White with #793CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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