#790CBF

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

Shades of Dark Violet #790CBF

Tints of Dark Violet #790CBF

Color information

#790CBF (or 0x790CBF) is unknown color: approx Dark Violet. HEX triplet: 79, 0C and BF. RGB value is (121,12,191). Sum of RGB (Red+Green+Blue) = 121+12+191=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #790CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CBF is #86F340. Grayscale: #404040. Windows color (decimal): -8844097 or 12520569. OLE color: 12520569.

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

Color convert

RGB12112191-
CMYK0.370.9400.25
HSL276.54º88.18%39.8%-
HSV(B)276.54º93.72%74.9%-
XYZ17.428.0949.93-
YUV65199.11167.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 191 (75% from 255) = 58.95%
R=37.35%
G=3.70%
B=58.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121121910.370.9400.25276.5488.1839.8
Hex79CBF255E0191155828
Octal171142774513603142513050
Binary111100111001011111110010110111100110011000101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,12,191); }

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

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

 a { background-color: rgb(121,12,191); }

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

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

 span { border-color: rgb(121,12,191); }

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