#793CD5

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

Shades of Blue Violet #793CD5

Tints of Blue Violet #793CD5

Color information

#793CD5 (or 0x793CD5) is unknown color: approx Blue Violet. HEX triplet: 79, 3C and D5. RGB value is (121,60,213). Sum of RGB (Red+Green+Blue) = 121+60+213=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #793CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CD5 is #86C32A. Grayscale: #5F5F5F. Windows color (decimal): -8831787 or 13974649. OLE color: 13974649.

HSL color Cylindrical-coordinate representation of color #793CD5: hue angle of 263.92º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793CD5 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12160213-
CMYK0.430.7200.16
HSL263.92º64.56%53.53%-
HSV(B)263.92º71.83%83.53%-
XYZ21.5112.164.15-
YUV95.68194.21146.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 60 (23.83% from 255) = 15.23%
BLUE value IS 213 (83.59% from 255) = 54.06%
R=30.71%
G=15.23%
B=54.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121602130.430.7200.16263.9264.5653.53
Hex793CD52B480101084136
Octal171743255311002041010166
Binary11110011111001101010110101110010000100001000010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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