#793ED6

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

Shades of Blue Violet #793ED6

Tints of Blue Violet #793ED6

Color information

#793ED6 (or 0x793ED6) is unknown color: approx Blue Violet. HEX triplet: 79, 3E and D6. RGB value is (121,62,214). Sum of RGB (Red+Green+Blue) = 121+62+214=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #793ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ED6 is #86C129. Grayscale: #606060. Windows color (decimal): -8831274 or 14040697. OLE color: 14040697.

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

Color convert

RGB12162214-
CMYK0.430.7100.16
HSL263.29º64.96%54.12%-
HSV(B)263.29º71.03%83.92%-
XYZ21.7512.3764.86-
YUV96.97194.05145.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 62 (24.61% from 255) = 15.62%
BLUE value IS 214 (83.98% from 255) = 53.90%
R=30.48%
G=15.62%
B=53.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121622140.430.7100.16263.2964.9654.12
Hex793ED62B470101074136
Octal171763265310702040710166
Binary11110011111101101011010101110001110100001000001111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,62,214); }

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

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

 a { background-color: rgb(121,62,214); }

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

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

 span { border-color: rgb(121,62,214); }

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