#790BB7

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

Shades of Dark Violet #790BB7

Tints of Dark Violet #790BB7

Color information

#790BB7 (or 0x790BB7) is unknown color: approx Dark Violet. HEX triplet: 79, 0B and B7. RGB value is (121,11,183). Sum of RGB (Red+Green+Blue) = 121+11+183=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #790BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BB7 is #86F448. Grayscale: #3E3E3E. Windows color (decimal): -8844361 or 11996025. OLE color: 11996025.

HSL color Cylindrical-coordinate representation of color #790BB7: hue angle of 278.37º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790BB7 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12111183-
CMYK0.340.9400.28
HSL278.37º88.66%38.04%-
HSV(B)278.37º93.99%71.76%-
XYZ16.557.7245.42-
YUV63.5195.44169.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 11 (4.69% from 255) = 3.49%
BLUE value IS 183 (71.88% from 255) = 58.10%
R=38.41%
G=3.49%
B=58.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121111830.340.9400.28278.3788.6638.04
Hex79BB7225E01C1165926
Octal171132674213603442613146
Binary111100110111011011110001010111100111001000101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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