#7906BC

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

Shades of Dark Violet #7906BC

Tints of Dark Violet #7906BC

Color information

#7906BC (or 0x7906BC) is unknown color: approx Dark Violet. HEX triplet: 79, 06 and BC. RGB value is (121,6,188). Sum of RGB (Red+Green+Blue) = 121+6+188=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #7906BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7906BC is #86F943. Grayscale: #3C3C3C. Windows color (decimal): -8845636 or 12322425. OLE color: 12322425.

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

Color convert

RGB1216188-
CMYK0.360.9700.26
HSL277.91º93.81%38.04%-
HSV(B)277.91º96.81%73.73%-
XYZ17.037.8348.19-
YUV61.13199.6170.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=38.41%
G=1.90%
B=59.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12161880.360.9700.26277.9193.8138.04
Hex796BC246101A1165e26
Octal17162744414103242613646
Binary11110011101011110010010011000010110101000101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7906BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7906BC; }

 p { color: rgb(121,6,188); }

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

<style>
 a { background-color: #7906BC; }

 a { background-color: rgb(121,6,188); }

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

<style>
 span { border-color: #7906BC; }

 span { border-color: rgb(121,6,188); }

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