#793DD8

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

Shades of Blue Violet #793DD8

Tints of Blue Violet #793DD8

Color information

#793DD8 (or 0x793DD8) is unknown color: approx Blue Violet. HEX triplet: 79, 3D and D8. RGB value is (121,61,216). Sum of RGB (Red+Green+Blue) = 121+61+216=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #793DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DD8 is #86C227. Grayscale: #606060. Windows color (decimal): -8831528 or 14171513. OLE color: 14171513.

HSL color Cylindrical-coordinate representation of color #793DD8: hue angle of 263.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793DD8 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12161216-
CMYK0.440.7200.15
HSL263.23º66.52%54.31%-
HSV(B)263.23º71.76%84.71%-
XYZ21.9512.3666.19-
YUV96.61195.38145.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 216 (84.77% from 255) = 54.27%
R=30.40%
G=15.33%
B=54.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121612160.440.7200.15263.2366.5254.31
Hex793DD82C480F1074336
Octal171753305411001740710366
Binary1111001111101110110001011001001000011111000001111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,216); }

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

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

 a { background-color: rgb(121,61,216); }

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

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

 span { border-color: rgb(121,61,216); }

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