#790DBA

Color #790DBA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #790DBA

Tints of Dark Violet #790DBA

Color information

#790DBA (or 0x790DBA) is unknown color: approx Dark Violet. HEX triplet: 79, 0D and BA. RGB value is (121,13,186). Sum of RGB (Red+Green+Blue) = 121+13+186=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #790DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DBA is #86F245. Grayscale: #404040. Windows color (decimal): -8843846 or 12193145. OLE color: 12193145.

HSL color Cylindrical-coordinate representation of color #790DBA: hue angle of 277.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790DBA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12113186-
CMYK0.350.9300.27
HSL277.46º86.93%39.02%-
HSV(B)277.46º93.01%72.94%-
XYZ16.897.947.09-
YUV65.01196.28167.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=37.81%
G=4.06%
B=58.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121131860.350.9300.27277.4686.9339.02
Hex79DBA235D01B1155727
Octal171152724313503342512747
Binary111100111011011101010001110111010110111000101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790DBA; }

 p { color: rgb(121,13,186); }

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

<style>
 a { background-color: #790DBA; }

 a { background-color: rgb(121,13,186); }

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

<style>
 span { border-color: #790DBA; }

 span { border-color: rgb(121,13,186); }

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