#790BBD

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

Shades of Dark Violet #790BBD

Tints of Dark Violet #790BBD

Color information

#790BBD (or 0x790BBD) is unknown color: approx Dark Violet. HEX triplet: 79, 0B and BD. RGB value is (121,11,189). Sum of RGB (Red+Green+Blue) = 121+11+189=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #790BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BBD is #86F442. Grayscale: #3F3F3F. Windows color (decimal): -8844355 or 12389241. OLE color: 12389241.

HSL color Cylindrical-coordinate representation of color #790BBD: hue angle of 277.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790BBD is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12111189-
CMYK0.360.9400.26
HSL277.08º89%39.22%-
HSV(B)277.08º94.18%74.12%-
XYZ17.197.9848.78-
YUV64.18198.44168.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 189 (74.22% from 255) = 58.88%
R=37.69%
G=3.43%
B=58.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121111890.360.9400.26277.088939.22
Hex79BBD245E01A1155927
Octal171132754413603242513147
Binary111100110111011110110010010111100110101000101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,11,189); }

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

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

 a { background-color: rgb(121,11,189); }

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

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

 span { border-color: rgb(121,11,189); }

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