#793CD3

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

Shades of Blue Violet #793CD3

Tints of Blue Violet #793CD3

Color information

#793CD3 (or 0x793CD3) is unknown color: approx Blue Violet. HEX triplet: 79, 3C and D3. RGB value is (121,60,211). Sum of RGB (Red+Green+Blue) = 121+60+211=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #793CD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CD3 is #86C32C. Grayscale: #5E5E5E. Windows color (decimal): -8831789 or 13843577. OLE color: 13843577.

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

Color convert

RGB12160211-
CMYK0.430.7200.17
HSL264.24º63.18%53.14%-
HSV(B)264.24º71.56%82.75%-
XYZ21.261262.82-
YUV95.45193.21146.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 211 (82.81% from 255) = 53.83%
R=30.87%
G=15.31%
B=53.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal121602110.430.7200.17264.2463.1853.14
Hex793CD32B480111083f35
Octal17174323531100214107765
Binary1111001111100110100111010111001000010001100001000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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