Html Css Color HEX #793CEB Blue Violet

📋 copy color: '#793CEB'

red 121 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #793CEB

Tints of Blue Violet #793CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 29.09%
G = 14.42%
B = 56.49%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#793CEB (or 0x793CEB) is known color: Blue Violet. HEX triplet: 79, 3C and EB. RGB value is (121,60,235). Sum of RGB (Red+Green+Blue) = 121+60+235=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #793CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793CEB is #86C314. Grayscale: #616161. Windows color (decimal): -8831765 or 15416441. OLE color: 15416441.

HSL color Cylindrical-coordinate representation of color #793CEB: hue angle of 260.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793CEB is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 60 235 -
CMYK 0.49 0.74 0 0.08
HSL 260.91º 0.81% 0.58% -
HSV(B) 260.91º 0.74% 0.92% -
XYZ 24.5 13.29 79.87 -
YUV 98.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 121 60 235 0.49 0.74 0 0.08 260.91 0.81 0.58
Hex 79 3C EB 31 4A 0 8 105 51 3A
Octal 171 74 353 61 112 0 10 405 121 72
Binary 1111001 111100 11101011 110001 1001010 0 1000 100000101 1010001 111010

Color Harmonies of #793CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CEB

Black with #793CEB

Text Example


Text Example

White with #793CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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