#790BB4

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

Shades of Dark Violet #790BB4

Tints of Dark Violet #790BB4

Color information

#790BB4 (or 0x790BB4) is unknown color: approx Dark Violet. HEX triplet: 79, 0B and B4. RGB value is (121,11,180). Sum of RGB (Red+Green+Blue) = 121+11+180=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #790BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BB4 is #86F44B. Grayscale: #3E3E3E. Windows color (decimal): -8844364 or 11799417. OLE color: 11799417.

HSL color Cylindrical-coordinate representation of color #790BB4: hue angle of 279.05º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790BB4 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12111180-
CMYK0.330.9400.29
HSL279.05º88.48%37.45%-
HSV(B)279.05º93.89%70.59%-
XYZ16.247.643.79-
YUV63.16193.94169.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 11 (4.69% from 255) = 3.53%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=38.78%
G=3.53%
B=57.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121111800.330.9400.29279.0588.4837.45
Hex79BB4215E01D1175825
Octal171132644113603542713045
Binary111100110111011010010000110111100111011000101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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