#793EFD

Color #793EFD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #793EFD

Tints of Blue Violet #793EFD

Color information

#793EFD (or 0x793EFD) is unknown color: approx Blue Violet. HEX triplet: 79, 3E and FD. RGB value is (121,62,253). Sum of RGB (Red+Green+Blue) = 121+62+253=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #793EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793EFD is #86C102. Grayscale: #646464. Windows color (decimal): -8831235 or 16596601. OLE color: 16596601.

HSL color Cylindrical-coordinate representation of color #793EFD: hue angle of 258.53º 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 #793EFD is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12162253-
CMYK0.520.7500.01
HSL258.53º97.95%61.76%-
HSV(B)258.53º75.49%99.22%-
XYZ27.3414.694.31-
YUV101.42213.55141.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.75%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 253 (99.22% from 255) = 58.03%
R=27.75%
G=14.22%
B=58.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121622530.520.7500.01258.5397.9561.76
Hex793EFD344B01103623e
Octal17176375641130140314276
Binary1111001111110111111011101001001011011000000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #793EFD;
 }
 .AnyTagClassName
 {
   color: #793EFD;
 }
</style>
background-color css

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

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

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

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

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

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