#793FD3

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

Shades of Blue Violet #793FD3

Tints of Blue Violet #793FD3

Color information

#793FD3 (or 0x793FD3) is unknown color: approx Blue Violet. HEX triplet: 79, 3F and D3. RGB value is (121,63,211). Sum of RGB (Red+Green+Blue) = 121+63+211=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #793FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FD3 is #86C02C. Grayscale: #606060. Windows color (decimal): -8831021 or 13844345. OLE color: 13844345.

HSL color Cylindrical-coordinate representation of color #793FD3: hue angle of 263.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793FD3 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12163211-
CMYK0.430.7000.17
HSL263.51º62.71%53.73%-
HSV(B)263.51º70.14%82.75%-
XYZ21.4212.3262.88-
YUV97.21192.22144.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 211 (82.81% from 255) = 53.42%
R=30.63%
G=15.95%
B=53.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal121632110.430.7000.17263.5162.7153.73
Hex793FD32B460111083f36
Octal17177323531060214107766
Binary1111001111111110100111010111000110010001100001000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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