#793FFC

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

Shades of Blue Violet #793FFC

Tints of Blue Violet #793FFC

Color information

#793FFC (or 0x793FFC) is unknown color: approx Blue Violet. HEX triplet: 79, 3F and FC. RGB value is (121,63,252). Sum of RGB (Red+Green+Blue) = 121+63+252=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #793FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793FFC is #86C003. Grayscale: #656565. Windows color (decimal): -8830980 or 16531321. OLE color: 16531321.

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

Color convert

RGB12163252-
CMYK0.520.7500.01
HSL258.41º96.92%61.76%-
HSV(B)258.41º75%98.82%-
XYZ27.2314.6593.49-
YUV101.89212.72141.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.75%
GREEN value IS 63 (25% from 255) = 14.45%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=27.75%
G=14.45%
B=57.80%

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
Decimal121632520.520.7500.01258.4196.9261.76
Hex793FFC344B01102613e
Octal17177374641130140214176
Binary1111001111111111111001101001001011011000000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,63,252); }

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

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

 a { background-color: rgb(121,63,252); }

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

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

 span { border-color: rgb(121,63,252); }

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